L
LCN
Hi
I am trying to restrict a user from direct access to an HTM page. They must
come from a specific ASP page. My initial testing when I go from ASP page to
HTM page there is no document referrer. I am doing a simple test just to see
what is going on and HTM to HTM works fine. But not ASP to HTM.
In the HTM page...
The referrer of this document is:
<script type="text/javascript">
document.write(document.referrer)
</script>
Can this ASP to HTM referrer be done? Do I need to specify parent or
something else??
I'll redirect if the referring page isn't correct.
Thanks so much, I've been stuck on this for a while.
Lori
I am trying to restrict a user from direct access to an HTM page. They must
come from a specific ASP page. My initial testing when I go from ASP page to
HTM page there is no document referrer. I am doing a simple test just to see
what is going on and HTM to HTM works fine. But not ASP to HTM.
In the HTM page...
The referrer of this document is:
<script type="text/javascript">
document.write(document.referrer)
</script>
Can this ASP to HTM referrer be done? Do I need to specify parent or
something else??
I'll redirect if the referring page isn't correct.
Thanks so much, I've been stuck on this for a while.
Lori