标签:
a站的t1页面要window.showModalDialog一个b站的t2页面并得到一个返回值,
如果淡出用window.showModalDialog肯定不行,
我们建一个中转页面t3,用t3来跳转t2,再用t1来window.showModalDialog t3页面,这样就可以跨域取值。
t3就是相当于把其它站的页面加载进我们的页面。
标签:
原文地址:http://blog.csdn.net/hutao1101175783/article/details/42456165