[WEB4LIB] Little popup windows...HTML question

elizabeth armstrong elizarmstrong at hotmail.com
Tue May 9 11:13:29 EDT 2000


We use a little java script on a page that creates an automatic pop up upon 
load.  You create the HTML file as you would for a seperate page and then 
insert this script into the head of the page from which the action will 
occur:

<script language=javascript>
<!--
window.open('e-access.html','myWindow','width=350,height=315,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes');

//-->
</script>

You would of course make the 'e-access.html' the name of your page to pop 
up, change the width and height appropriately.  I have not tried this in a 
changing on mouseover/on mouse out, but if it works, it is something that 
could work.

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



More information about the Web4lib mailing list