iFrame access denied remote domain
Posted
by JQman
on Stack Overflow
See other posts from Stack Overflow
or by JQman
Published on 2010-01-14T18:41:12Z
Indexed on
2010/03/14
8:05 UTC
Read the original article
Hit count: 138
How do i send a JavaScript function to an iframe with external content loaded,
eg
onclick="getElementByID('myiframe').src='fun();'"
is there a way with ajax, i think XMLHttpRequest can help me.
© Stack Overflow or respective owner