Re: IFRAME placed in wrong DTD

> Anyway, can you use the object in a manner similar to:
> 
>     frames['frName'].document.foo =3D 'x';

document.getElementById('objid').contentDocument.foo = 'x';

As you could have found our yourself by quickly looking at
http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-9893177

Boris
-- 
Ninety-Ninety Rule of Project Schedules:

The first ninety percent of the task takes ninety
percent of the time, and the last ten percent takes the
other ninety percent.

Received on Tuesday, 28 January 2003 15:09:41 UTC