|
|
|
|
|
| | |
|
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: 2 drop downs and 3 buttons |
From: |
Jeff |
Date: |
7/12/2000 5:57:12 AM |
IP: |
24.15.178.210 |
Id suggest giving all three buttons the same name (e.g. name="Submit") then using something like this...
Select Case Request.Form("Submit")
Case "Location"
location button pushed
Case "Category"
category button pushed
Case "Category and Location"
category and location button pushed
End Select
|
Previous Message
Follow Up - Re: 2 drop downs and 3 buttons - Bruce Shellenbaum 7/17/2000 1:59:28 PM
|
|
|
|
|
|
|
|
|
|
|
|