C
carlos
When I use firebug or IE developer to step through the dom, I can't
seem to view the iframe's src page childreNode elements. What I want
to be able to do is walk the dom, and when I get to an iframe element,
go through the src page's children. So for an element named <iframe
id='myFrame' src='myPage.html' />, I want to step through myPage.htm's
childNode elements. Does anyone know if this can be done, and if so,
do they know of an example?
Thanks
seem to view the iframe's src page childreNode elements. What I want
to be able to do is walk the dom, and when I get to an iframe element,
go through the src page's children. So for an element named <iframe
id='myFrame' src='myPage.html' />, I want to step through myPage.htm's
childNode elements. Does anyone know if this can be done, and if so,
do they know of an example?
Thanks