|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Querystring
I am currently using a query string to pass information from one ASP page to another. I am pulling the variable information from MySQL database where the STATUS variable had multiple values but I was only interested in one of the values. Now I would like to pass one value OR another value for the STATUS variable. I would like to pass the value of either OPEN or PENDING. Is there a way to do this?
Current query string code: <a href="issues.asp?status=Open> Thank You ![]() |
|
#2
|
|||
|
|||
|
Quote:
That looks OK to me except you need to close the " Code:
<a href="issues.asp?status=Open"> |
|
#3
|
||||
|
||||
|
sorry, I don't understand what you ask.
you can't pass "one value OR another value" same way that you can't put in basket "cat or dog"... you put either cat or dog. same way, to pass "Open" have the code you have now. to pass "Pending", change the code to this: Code:
<a href="issues.asp?status=Pending"> when you can explain what you need better we can hopefully help you better. |
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Querystring |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|