|
| |
|
|
seth
Posts: 312 From: canada Status: offline
|
url decoding - 3/4/2002 1:18:44
i'm confused about urlEncoded strings. I have a form that urlencoded the fields and values, into pairs and the string points to an asp page. On that asp page i have a simple script: If a1 = 1 Then response.redirect "...." End If al is a field name in the encoded sting and its value is either 0 or 1, by choice. Is there something i need to do in the asp page in order to use the field name and value like this, cause when a1 field is selected so the value = 1, nothing happens when the string is direct at the asp page, the page is blank?
|
|
|
|
William Lee
Posts: 1129 Joined: 1/25/2002 From: Singapore Status: offline
|
RE: url decoding - 3/4/2002 1:53:02
See if the values are passed to the page correctly. At the top of the asp page put this <%=Request("a1")%> It should either print 0 or 1. William Lee
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|