| Author |
Display div's based upon selection of radio Buttons.
|
Gopi Chand Maddula
Ranch Hand
Joined: May 11, 2010
Posts: 40
|
|
Hi,
I am a newbie in Javascript. I have a requirement of displaying different div's based upon which radio button is selected.
I should forward messages in two ways. either by sms or by mail.
So i have two div's one for sms, another for email and respective radio buttons as well.
if i select sms then i should display div related to sms and if email i should hide the sms div and display the email div.
here is my code
and my java script is
Am i following the right procedure? But it is not working in my browser, but i am not using any IDE.
I think my code have some syntax errors as well, i am unable to debug whats the problem.
Please suggest me to correct my code.
Thanks in Advance,
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
ids are singular. You can only have one element with the same id. Give each one their own id [name can stay the same]
You should than used checked.
Eric
|
 |
 |
|
|
subject: Display div's based upon selection of radio Buttons.
|
|
|