JAVASCRIPT
New Window Generator

(I.E.4+ compliant only. Be sure and bookmark this page for future use.)

 

Instructions:

1.  Fill in desired paramenters.   (Try several until you get it like you want it.)
2.  Click the "Create Code" button.
3.  Copy the code in the "Your Code" box.
4.  Paste the code into your html page.
       (Don't forget to substitute an image tag for link text if that is your choice.)

Here is a working example:
Example Link
(I.E. & Netscape compliant)
<a href="javascript: window.open
('example.html','','screenX=0,screenY=0,top=100,left=100,toolbars=no,menubar=no,
location=no,directories=no,status=yes,scrollbars=no,resizable=no,height=200,width=300'); void('');">
Example Link</A>
Link Text:
(if image, insert tag after link is generated)
Link URL:
(absolute or internal)
Frame Name:
(if using frames, if not, leave blank)
Top:
(window position from screen top: in pixels)
Left:
(window position from screen left: in pixels)
Toolbars:
(yes or no)
Menu:
(yes or no)
Location Box:
(yes or no)
Directories:
(yes or no)
Status Bar:
(yes or no)
Scroll Bars:
(yes or no)
Resizable:
(yes or no)
Height:
(in pixels)
Width:
(in pixels)


Your New Window Code:


Return To Webmasters Tools

Close This Browser Window