Custom Pop-Up Window Creator

Credit to: 123webmaster.com

Create your own custom script to pop up a new window
on your site by using this easy "Pop-Up Window Creator"

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 pop up 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 <HEAD> 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.


Free JavaScripts provided
by Winfolinx.com




Back