C
Conax
Hi,
I'm intending to use a IFRAME in one of my ASP page.
What I'd like to know is how to prevent user from directly accessing the
page that is the source of the IFRAME?
E.g.
Main page is main.asp
Inside main.asp..
<IFRAME src="data.asp">
If someone tried to enter ..mysite/data.asp in the browser's address bar, I
would like to redirect him back to main.asp
Thanks for your kind help.
Conax
I'm intending to use a IFRAME in one of my ASP page.
What I'd like to know is how to prevent user from directly accessing the
page that is the source of the IFRAME?
E.g.
Main page is main.asp
Inside main.asp..
<IFRAME src="data.asp">
If someone tried to enter ..mysite/data.asp in the browser's address bar, I
would like to redirect him back to main.asp
Thanks for your kind help.
Conax