RE: Opening 2nd Window

by Heather Clark <iris777888(at)yahoo.com>

 Date:  Mon, 29 Jul 2002 08:32:41 -0700 (PDT)
 To:  hwg-basics(at)mail.hwg.org
 In-Reply-To: 
  todo: View Thread, Original
Here is what I use to do something similar. In the
head  within the javascript script tags I use: 

<!--
function MM_openBrWindow(theURL,winName,features) {
//v2.0
  window.open(theURL,winName,features);
}
//-->

and in the body I use:

<.a
href="javascript:MM_openBrWindow('url.htm','','width=325,height=325')">
Link </a>

It works well for me. Hope you can make some use of
it.

Heather Clark




__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA