guineamation
Programmer
Hi all,
i'm having a problem with the following code:
Select Case request.QueryString("region")
Case uk
sRegion = "UK"
response.write sRegion
Case usa
sRegion = "USA"
response.write sRegion
End Select
the queryString is Ok (i can see it on the address bar) but
i get nothing in response.... blank page
anyone?
i'm having a problem with the following code:
Select Case request.QueryString("region")
Case uk
sRegion = "UK"
response.write sRegion
Case usa
sRegion = "USA"
response.write sRegion
End Select
the queryString is Ok (i can see it on the address bar) but
i get nothing in response.... blank page
anyone?