Thread: open in frame
View Single Post
  #2 (permalink)  
Old 05-22-06, 03:09 AM
klawer2000 klawer2000 is offline
Newbie Coder
 
Join Date: May 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
hi all,

most of my solution i found here:
http://www.sylbek.de/main/help/tutor...s/frameset.htm

Only, has someone any ideas how i can insert a code at the top of the page that i dont have to change every line in the specific named page:
Code:
<!--
if (top.location.href.indexOf("index.htm") == -1)
top.location.replace("index.htm?main.htm&2"); 
// -->
</SCRIPT>

Last edited by TwoD; 05-23-06 at 07:00 AM. Reason: Please use [code][/code] wrappers.
Reply With Quote