NJLDoc
Programmer
- Jan 25, 2002
- 93
If InStr(Request.ServerVariables("http_REFERER"),"sitemap.asp")<>0 then
Response.Redirect(" Else
Response.Redirect(" End If
The statement always returns 0 even when I pass in so the optional redirect is not working
This is the only code on the page. the page is named 404.asp so I can react appropriately to what otherwise would be the error notification.
Response.Redirect(" Else
Response.Redirect(" End If
The statement always returns 0 even when I pass in so the optional redirect is not working
This is the only code on the page. the page is named 404.asp so I can react appropriately to what otherwise would be the error notification.