Forum Moderators: open
<BODY onLoad="if (top!= self) top.location.replace(self.location.href);"
TEXT="#000000" BGCOLOR="#efeeee" etc... ">
Question: Suppose some visitors have Javascript disabled.
Will my pages stay stuck in some perp's frame for those particular visitors? -Larry
I'm using Firefox. I turned Java and JS both off and visited the framing site.
Clicking on my link, I got framed and stayed that way, just like you said.
I figured out how to include the <base target="_top"> snippet.
Having TWO <base .. statements would not validate, so I combined them as in
<base href="www.mysite.net" target="_top">
THAT worked, all tested out and it validates.
I would definitely recommend this to others as a defensive measure. - Larry