although you gave a good answer, you did not quite get at what I wanted, but I also noticed that I left out an important word in my original post.<br>
<br>
I stated:<br>
<br>
"I would like all of the radio buttons to have the same, so they behave like they are supposed to,"<br>
<br>
what I meant was:<br>
<br>
I would like all of the radion buttons to have the same NAME, so they behave like a set of radio buttons.<br>
<br>
below is a discription of my situation.<br>
<br>
I have a form, with all fields hidden, containing all attributes to login to my web-based e-mail accounts.<br>
<br>
I have another form, with two radio buttons, one for each login. when you click the radio button, RB1, Javascript fills the hidden form with the correct information for that login. and the same goes for RB2. When you submit the form, it actually submits the hidden form, instead, using loginForm.submit();<br>
<br>
I want the radio buttons to have the same name, but do different actions.<br>
<br>
If I use the same as what you stated above, but with all of the name="" attributes the same; and have different onClick values, will it work that way?<br>
<br>
I have also tryed to detect which radio button was clicked, that did not work.<br>
<br>
thanks, <p>theEclipse<br><a href=mailto: > </a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>