Hi all,
I'm new and I'm trying to protect a page I created.
I have a page that is opened in an Iframe. I want to test the parent pages URL to make sure it's the right site using my script and I want to read some of the URL to use on my page.
I have been playing with veriances of the following lines of code:
strRefer = top.location.hash
or
strRefer = parent.Request.ServerVariables("HTTP_REFERER")
Thanks for any help.
Scotty.