Register  |  Login




Advertisement

Start Your Own Q&A Site

Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.

Question

Status: Closed Points: 50 Time: 12:14 - Feb 13, 2007  

jgivoni

How do I programmatically select a radio button?

I want to use javascript to set which of a group of radiobuttons will be selected.
Which method do I use?

Answer Discussion
Tutorials

 

rcastagna

Date:: Feb 16, 2007

Time:: 07:58

jgivoni,

The way to select a radiobutton from within JavaScript is by iterating through the array that is created automatically when JavaScript encounters a radiobutton or checkbox type of input.

function setRadio()
{
var rad = document.getElementById(radiobutton);
for (i = 0; i < rad.length; i++)
{
// Perform appropriate test and then use
if (whatever)
{
rad[i].checked = true;
}
}
}

That should check the radio button you're expecting.

I hope this helps,
Ric

jgivoni

Date:: Feb 16, 2007

Time:: 08:34

Hi Ric,

That works!
Actually I just needed this part:
buttonElement.checked = true

...as I already knew (by Id) which button I wanted to select.

You've answered my question, but I was wondering about your example... it seems to rely on document.getElementById to return an array... Is that correct?

Well, thanks anyway, i'll give you the points.

Jakob

jmolinah

Date:: Mar 18, 2009

Time:: 11:05

Maybe instead of getElementById() you should use getElementsByName()...

Question Answered

This question has been closed, and points have been rewarded to the following experts:


rcastagna: 50

You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

No tutorials have been submitted yet. Want to be the first?

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top Experts

View More

Rank

Expert

Points

1.

nidhi

10354

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es