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,