javascript - Get the HTML contents of another frame on another domain -
I've read that you can not read the HTML of the second frame if the frame resides on another domain in javascript Any way I know this restriction is for security purposes but my use is valid.
Regards
Peter
Do we have an iframe here Talking about? If so, can you not get the source attribute of iframe (jQuery?) And start an AJAX request, the page that will return, or perhaps your own script (PHP / ASP, whatever) to the source What information will you give to the attribute?
Comments
Post a Comment