K
karthickdevi
Hi,
I have an iframe , say 'iframe01' in my parent document. In the same
parent document, i have a div tag and inside the div tag, i have
another iframe, say 'iframe02'.
Now i want to access the iframe01 element from the iframe02.
Please suggest me how can i do it.
I have tried the following, but i get as undefined.
from iframe02,,
window.frames[iframe01].document.getElementsByName('textfield')[0].value
Thanks,
Dev.
I have an iframe , say 'iframe01' in my parent document. In the same
parent document, i have a div tag and inside the div tag, i have
another iframe, say 'iframe02'.
Now i want to access the iframe01 element from the iframe02.
Please suggest me how can i do it.
I have tried the following, but i get as undefined.
from iframe02,,
window.frames[iframe01].document.getElementsByName('textfield')[0].value
Thanks,
Dev.