Can i access contents of I-frames using JS or JQuery? when I try to access contents from external links it gives access control error. Please give me some hints to access contents of I-frame that includes external link. http://development.yourpersonalshopper.com/VirtualShoppingAddressTest.php
Asked
Active
Viewed 79 times
2
-
what are you trying to achieve? – Andy Holmes Nov 20 '13 at 13:12
-
you have to proxify it server side – A. Wolff Nov 20 '13 at 13:13
-
you can load other site content into iframe. it depends whether you can use it or not. – SHIN Nov 20 '13 at 13:13
-
restricted by `same origin policy` – charlietfl Nov 20 '13 at 13:18
-
copy of http://stackoverflow.com/questions/926916/how-to-get-the-bodys-content-of-an-iframe-in-javascript ? – Aamir Afridi Nov 20 '13 at 14:40