Page 1 of 1

Enable & Disable some portion

Posted: Thu Sep 20, 2007 3:53 am
by sumanbangladesh
hi
I have page with 3 radio buttons.If I select a specific one, then I like to view some other radio buttons otherwise the other radio buttons will be remain disabled or invisible.How can I do it.

..waiting for your king response.

Thanks in advance
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.

Javascript

Posted: Thu Sep 20, 2007 5:55 am
by N1gel
Your best bet is probably using Javascript, maybe the OnClick function. Try looking @

http://www.w3schools.com/jsref/jsref_onclick.asp

Your best to dynamically enable other radio buttons instead off re-loading the page. You could try and use the javascript disabled property. Also try looking @

http://www.w3schools.com/htmldom/prop_s ... sabled.asp