Storey
07-22-2003, 01:51 PM
I've a navigation pop-up window on my website which contains the following
if (page_num=="01")
document.location="news03.htm";
However when page_num does equal "01" then news03.htm opens in my pop-up window. My problem is I want news03 to be opened in my main.htm NOT in the pop-up window. Do I need to pass another variable to document.location in order to open news03.htm in my main.htm ???
see www.st-aidansgaa.com for my problem :-)
if (page_num=="01")
document.location="news03.htm";
However when page_num does equal "01" then news03.htm opens in my pop-up window. My problem is I want news03 to be opened in my main.htm NOT in the pop-up window. Do I need to pass another variable to document.location in order to open news03.htm in my main.htm ???
see www.st-aidansgaa.com for my problem :-)