|
|
|
|
|
| | |
| |
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Multiple paremeters in querystring |
|
From: |
Giovanni Zomer |
|
Date: |
5/8/2000 3:57:04 PM |
|
IP: |
213.192.36.211 |
you can create a form, inserting i.e. 20 text fields (or even hidden fields), letting the user insert the values, or inserting it dynamically using javascript, and calling the procedure using myProcedure.asp?job=DELETE (the records to delete are passed using POST, just the job-type uses GET); in your own myProcedure.asp you can check our the values of Request.Form instead of Request.QueryString, using a for-each-loop, and doing something if the parameter passed is different than ""
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|