Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > Other Programming - Perl, C++, Java, ASP, .NET Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 08-10-2006, 10:28 PM   #1 (permalink)
dmj120
Junior Member
 
Join Date: Aug 2006
Posts: 2
Default Javascript and radio button

I was wondering how to have a input box appear if a radio button (named other) was selected.

Can anyone help or point me in the right direction?

Thanks in advance
dmj120 is offline   Reply With Quote
Sponsored Links
Old 08-12-2006, 06:19 PM   #2 (permalink)
ahk2chan
Junior Member
 
ahk2chan's Avatar
 
Join Date: Aug 2006
Location: Canada
Posts: 19
Default Re: Javascript and radio button

Code:
<form name="testform" action="" method="post"> <input type="radio" name="testradio" value="value1" onClick="document.testform.testtext.value=null;document.testform.testtext.disabled=true">value1</input><br/> <input type="radio" name="testradio" value="value2" onClick="document.testform.testtext.value=null;document.testform.testtext.disabled=true">value2</input><br/> <input type="radio" name="testradio" value="value3" onClick="document.testform.testtext.value=null;document.testform.testtext.disabled=true">value3</input><br/> <input type="radio" name="testradio" value="valueo" onClick="document.testform.testtext.disabled=false">Other</input> <input type="text" name="testtext" disabled="true"/><br/> </form>

Basically what this will do is when you select the first 3 buttons, it will clear the text in the text field, and disable the text field. If you click on the 4th button, then the text field will be enabled.
__________________
My Blog - ahk2chan blog - my random thoughts.
ahk2chan is offline   Reply With Quote
Old 08-13-2006, 03:02 AM   #3 (permalink)
dmj120
Junior Member
 
Join Date: Aug 2006
Posts: 2
Default Re: Javascript and radio button

Thank you. I'll put this in my form.
dmj120 is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 05:26 AM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums