From: panore on
Hello Friends,

I have a parent page containing an iframe which load an another page
with radio buttons in it.

Now i have to get the iframe radio buttons from the parent page to
work on.

I have used the following script to get the radio button but didint
worked

i.e
window.frames['frame01'].document.getElementById('idname')
top.document.getElementById('iframe').form[0].elements
parent.document.getElementById('iframe').form[0].elements

any suggestions to do it

regards
sunil panore