Hover-iT PopUp Window Code Generator


This tool will let you easily add popup windows to your site! The windows are activated by clicking on a link, and can be fine tuned in every aspect, such as dimensions, scrollbars, toolbar etc. Awesome tool.

Fill in the fields, test your settings and then let this page do the programming for you. Then copy and paste the code into your own HTML document.


URL OF THE PAGE TO OPEN IN NEW WINDOW


OPTIONS SETTINGS
toolbar = yes | no
location = yes | no
directories = yes | no
status = yes | no
menubar = yes | no
scrollbars = yes | no
resizable = yes | no
width =
height =
left =
top =



NOTE:
When you click the "Test New Window" button, a test window will pop up. At the same time the code for the popup window is generated below this text. If the test window is okay, you can copy the code from this page and insert it into your own.


COPY THE CODE FOR YOUR PAGE
Copy This To The <BODY> Section Of Your Page


NOTE:
The code should be pasted as the <a href> tag of the link you want to trigger the popup window.

The code produced by this tool contains a line saying:
onClick="MyWindow=window.open etc.
If you have more than one popup window on the
same page you need to rename MyWindow.
Use for example MyWindow1, MyWindow2 etc.
Courtesy of EchoEcho.com