Hey. I have an iframe in my page that contains a remote web page (not on my server). How would I use javascript to get the code inside the iframe?
I tried
alert(document. frames[0].document.body. innerHTML);
but no luck :[ Any suggestions?
Thanks!
I tried
alert(document. frames[0].document.body. innerHTML);
but no luck :[ Any suggestions?
Thanks!
Comment