[Javascript] Open Window

Jim Woods jww at nlm.nih.gov
Wed Mar 21 07:25:24 CST 2001


I'm far from an expert.  I have a script that pops up a new window. It
says:
<script>function OpenWindow() { var newwindow =
window.open("","ImageWin","toolbar=0,location=1,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,innerWidth=235,innerHeight=80");newwindow.focus();newwindow.moveTo(562,10);}

</script>
I want to open a second pop-up from the first.  It does it okay but
innerWidth and innerHeight are ignored.
Any help/advice greatly appreciated.
Jim
--
James W. Woods, Ph.D.
Office of High Performance Computing and Communications
Lister Hill National Center for Biomedical Communications
National Library of Medicine
Bethesda, MD  20894
301 435 3282
jww at nlm.nih.gov
---------------------------------------------------------
What you don't know really CAN hurt you.
Information's pretty thin stuff, unless mixed with experience.






More information about the Javascript mailing list