[thelist] Basic JavaScript Help?

darren darren at web-bitch.co.uk
Wed Sep 26 06:33:33 CDT 2001


On 26 September 2001 at 12:12:58, Richard H. Morris <richard.morris at web-designers.co.uk> wrote:

how about something like...

   <script language="JavaScript">
   <!--
      function openWin(page) {
        n = open(page,'_blank','width=450,height=450,scrollable,resizable');
      }
   // -->
   </script>

and then...

   <a href="your url here" target="_blank" onclick="openWin(this.href);
      return false;" onmouse...>explanation</a>

hth,

darren





More information about the thelist mailing list