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

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -