
April 12th, 2000, 09:34 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
<i><b>Originally posted by : Bianca (Bianca@nirve.com)</b></i><br />You can use a JavaScript to detect that. I'm sure about the exact syntax, but it's something like this:<br /><br /><script language="JavaScript"><br /><!--<br />if (!self.top)<br />document.location.href = "topframeurl.htm"<br />// --><br /></script><br /><br />Here's a good JS reference guide:<br />http://home.netscape.com/eng/mozilla/3.0/handbook/javascript/index.html<br /><br />Good Luck!<br /><br />Bianca<br />------------<br />Eric M at 4/12/2000 1:11:05 PM<br /><br />Hi,<br /><br />Got a frameset with a couples of frames. When someboby tries to get a frame page directly in the browser I would like that he will be redirected to the original page(the frameset) that contains the page that you are redirected from. <br /><br />Can you help me? <br />Thanks<br /><br />All the best<br /><br />// Eric <br /><br />
|