[WEB4LIB] Re: Little popup windows...HTML question

elizabeth armstrong elizarmstrong at hotmail.com
Tue May 9 11:34:36 EDT 2000


Ohh.. sat down and figured it out as a mouse over.  No script in the header 
needed.

For a window on a graphic use this:
<img src="graphoff.jpg" 
onMouseOver="window.open('e-access.html','myWindow','width=350,height=315,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes')">

or for over text:
<a href="" 
onMouseOver="window.open('index.html','myWindow','width=350,height=315,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes')">Library</a>

Hope this helps
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com



More information about the Web4lib mailing list