|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|