|
seth -> 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?
|
|
|
|