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 -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -