![]() |
|
|
+ Search |
![]()
|
Apr 11th, 2001 08:42
Abdulah Thsmoed, Qureshi Ghazanfar,
Lets say you object is this one:
<div id="dataRegion">Data...</div>
You can reference its data portion like this:
alert(parent.frames.<the frame the object is in>.document.getElementById
('dataRegion').innerHTML);
Versions: IE5+, NS6+
This is guaranteed to work!!!