View Single Post
  #2  
Old 03-06-2003, 05:38 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

You will need to put in some simple javascript into the head of the home.tpl document to make this work but that would be:

Code:
{literal} <script language="JavaScript" type="text/JavaScript"> function NameWindow() { self.name = "mainwin"; } </script> {/literal}

And change the <body> statement to include onLoad="NameWindow()"

hth
__________________
ex x-cart guru
Reply With Quote