How to get the html elements of Iframe from the Parent page byjavascript

P

panore

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
 
D

Dr J R Stockton

In comp.lang.javascript message <050bbfd2-37de-42c8-bce2-0809d3b7940a@e2
7g2000yqd.googlegroups.com>, Fri, 22 Jan 2010 03:22:05, panore
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


<URL:http://www.merlyn.demon.co.uk/linxchek.htm> loads an iframe and
reads its links, anchors, and source text; reading it might help you.


Your "didint worked" is not helpful - perhaps you are a guess'n'pray
coder - you should say what happened and what error messages your
browser showed.

You can build up such expressions element by element, testing with
alert(typeof ...) at each step to see which parts work.

It's a good idea to read the newsgroup c.l.j and its FAQ. See below.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top