|
|
 |
RE: FN-FORUM: Suggestions please
date posted 7th January 2006 00:14
If your using frames (Shame on you :) ) and have header / footer frames you
can check that they are actually part of the frame using JavaScript.
Something like this
--- untested code --
if (top.document.location.href == document.location.href){
top.document.location.href="/";
}
Regards
Sam Morgan
WIREDEYES - Internet Consultancy
tel : 020 7100 2178
fax : 0871 433 2278
web : http://www.wiredeyes.com
----
umop ap!sdn w,! aw dlaH
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On
> Behalf Of [EMAIL REMOVED]
> Sent: 07 January 2006 01:34
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: Re: FN-FORUM: Suggestions please
> >
> I hadn't thought about book marks - you are right. The pages
> I was thinking
> about was where you have the header or footer as a page which
> you then
> include in other pages.If someone goes into the header or
> footer page by
> mistake I wanted to send them to the Home page. I thought it
> was going to be
> impossible and from what you say I am right.
>
|
 |
|