Re: Accessing IFRAME Src contents in DOM1 (Core) or DOM1 (HTML)

Unspecified in DOM1; you're stuck with implementation-specific solutions.

If/when you upgrade to DOM Level 2, it will add a property for this
purpose.
       readonly attribute Document         contentDocument;

______________________________________
Joe Kesselman  / IBM Research

Received on Wednesday, 5 July 2000 12:16:23 UTC