In a basic html link, to get to a lower level you would do as so..
<a href="..\login.asp">
In asp, while using a response direct, it does not seem to work...
<% if session("level"
<> 1 then response.redirect("..\login.asp"
%>
Why won't this work?
I have even tried "..\\" using the extra backslash as an escape character for the preceding backslash.
If someone could tell me how to access a lower level page through asp, while having the link remain local.
It would be of much help.
Thanks in advance.
-Bobby Gordon
<a href="..\login.asp">
In asp, while using a response direct, it does not seem to work...
<% if session("level"
Why won't this work?
I have even tried "..\\" using the extra backslash as an escape character for the preceding backslash.
If someone could tell me how to access a lower level page through asp, while having the link remain local.
It would be of much help.
Thanks in advance.
-Bobby Gordon