----- Original Message -----
From: "Gerenday, Perry (P.)" <[EMAIL PROTECTED]>

> One of the inputs on the form is a set of radio buttons;
> Yes or NO. If the user clicks "Yes" they also need to fill
> in a date text box. My question is; how do I tell whether the
> radio value is Yes or No?

You give both radio buttons the same name, but different values
<input type=radio name=answer value=yes> Yes <br>
<input type=radio name=answer value=no> No

if Request("answer") = "yes".....

The variable will be undefined or "" if you didn't specify the default one
as checked and the user didn't actually click either of them.

Bj



____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to