Enable & Disable some portion

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
sumanbangladesh
Forum Newbie
Posts: 5
Joined: Tue Sep 18, 2007 2:41 am

Enable & Disable some portion

Post 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.
User avatar
N1gel
Forum Commoner
Posts: 95
Joined: Sun Apr 30, 2006 12:01 pm

Javascript

Post 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
Post Reply