|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Radio Buttons |
From: |
Atul Patil |
Date: |
6/25/2000 11:15:44 AM |
IP: |
202.60.147.147 |
Suppose you have an HTML the foll form
<form method="post" action=a.asp>
<input type="radio" name="r" value="1">
<input type="radio" name="r" value="2">
<input type="radio" name="r" value="3">
<input type="submit" value="submit">
</form>
------- a.asp----------------
<%=request.form("r")%>
Try this out,AKIN.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|