HighDots Forums  

radio button, check for use

alt.html alt.html


Discuss radio button, check for use in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
frits
 
Posts: n/a

Default radio button, check for use - 04-09-2007 , 03:50 PM






I have the following code:

<input type="radio" id="q1" name="q1" value="Yes">
<input type="radio" id="q1" name="q1" value="No">

Now I want to check if the button q1 is used so the code must be extended.
When the button is not used, the value must be "q1 not used".

How can I do that? I will not use the "checked" option in the code if it is
showed in the site.
When there is a hidden "checked" option than the value of q1 is always "q1
not used" what can be a solution....

Frits



Reply With Quote
  #2  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: radio button, check for use - 04-09-2007 , 10:00 PM






Gazing into my crystal ball I observed "frits" <fsch01 (AT) hotmail (DOT) com>
writing in news:4ef16$461a993e$503824ed$21010 (AT) news (DOT) chello.nl:

Quote:
I have the following code:

input type="radio" id="q1" name="q1" value="Yes"
input type="radio" id="q1" name="q1" value="No"

Now I want to check if the button q1 is used so the code must be
extended. When the button is not used, the value must be "q1 not
used".

How can I do that? I will not use the "checked" option in the code if
it is showed in the site.
When there is a hidden "checked" option than the value of q1 is always
"q1 not used" what can be a solution....

Frits


<input type="radio" id="q1" value="Yes" name="q1">
<input type="radio" id="q2" value="q1 not checked" name="q1">

Please note that the id attribute must be unique for each element.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share



Reply With Quote
Reply




Thread Tools
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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.