Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Preventing Access to a page out of frames

Status
Not open for further replies.

Jorgandr

Programmer
May 10, 2002
58
US
I was wondering if there was any way to prevent a user to access a page if they type in the whole address in the address bar. Right now my site is in frames and I would like to not allow users to go to certain pages just by typing the URL of the inner frame. Any ideas would be much appreciated
 
You could write a javascrpt to check if the page has parent frames, if it does not, then force a redirect to the parent address.
-Tarwn
I'm starting to get tired, the wit meter is low...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top