R
Roy
Hi,
I have a parent document which has an iframe loaded in it.
The iframe has an textfield element.
I want to access this textfield element from the parent document. I
have tried the following. But that doesn't work.
(from the parent)
window.frames['frame01'].document.getElementById('idname')
I always get as null.
Please help.
Thanks,
Subarayan.
I have a parent document which has an iframe loaded in it.
The iframe has an textfield element.
I want to access this textfield element from the parent document. I
have tried the following. But that doesn't work.
(from the parent)
window.frames['frame01'].document.getElementById('idname')
I always get as null.
Please help.
Thanks,
Subarayan.