Query String Woes

J

John Berman

Hi

We are using ActiveHTML (ASP Processor)

if I go to a url say /index.asp the page is processed find, however if I go
to say/index.asp?redir=xx

I get page not found. This should work and I simply cant see what Im doing
wrong?

Regards

John Berman
(e-mail address removed)
 
R

Ray at

I don't see anything wrong either, unless index.asp has code that says:

<%
Dim sRedirect
sRedirect = Request.Querystring("redir")
If sRedirect <> "" Then Response.Redirect sRedirect
%>

Your "redir" name is suspicious and makes me think that's what's happening.

Ray at home
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,146
Messages
2,570,831
Members
47,374
Latest member
anuragag27

Latest Threads

Top