- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Tue, 28 Jan 2003 15:04:54 -0500
- To: "Andrei Zlate-Podani" <azlatepodani@xnet.ro>
- cc: www-html@w3.org
> 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