rlovell
01-14-2003, 02:36 PM
I am using onMouseOver to open a new smaller window & it is working fine. How do I use onMouseOut to close the smaller window without closing the original?
thanks
thanks
|
Click to See Complete Forum and Search --> : OnMouseOut Closing A New Window rlovell 01-14-2003, 02:36 PM I am using onMouseOver to open a new smaller window & it is working fine. How do I use onMouseOut to close the smaller window without closing the original? thanks gil davis 01-14-2003, 03:09 PM <a ... onmouseover="popwin=window.open(...)" onmouseout="popwin.close()" ...> The key is to get a pointer to the popup. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |