Subj : reading HTML from an iFrame using mozilla
To : netscape.public.mozilla.jseng
From : "Ian MacLeod"
Date : Thu Feb 06 2003 07:40 pm
Alright - I'm stumped.
I'm trying to copy the contents of an iframe into a div - I can achieve this
in IE through the "fun" innerHTML. However, mozilla dosn't seem to want me
to view the innerHTML of an iframe. So - is it at all possible to read the
innerHTML of an iframe in mozilla (easiest and best possible solution for me
right now) - or is it possible to copy all the content across to a div
through the javaScript DOM?
any ideas?
.