RE: JavaScript help

by "Thomas Fisher" <raidermp(at)yahoo.com>

 Date:  Tue, 24 Jun 2003 23:16:04 +0900
 To:  <hwg-techniques(at)hwg.org>
 In-Reply-To:  0
  todo: View Thread, Original
Thanks for the help Norman and Donna.
I added the URLs to replace the # like you said, changed the window
names to Max 1 & 2, and added the 

function open_window(url,winname,features){
         mywin = window.open(url,winname,features);
         mywin.focus();
         return false;
}

Gets the job done and works like a charm. 

Thanks again!
Thomas

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA