Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

有没有办法可以跨域点击 iframe中的button 这个iframe与主页面不是一个域

$
0
0

不是跨域传送数据,是跨域操做button

<html>
 <div > this page </div>
 <iframe src="http://www.othherdomain.com/page.html" ></iframe>
 
 </html>

page.html

<button > clickme </button>


Viewing all articles
Browse latest Browse all 14821

Trending Articles