|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|