Labels

Friday, 13 December 2013

Online Generator Link Popup In new Window or Tab

This tool will let you easily create links that pop up in new customized windows. You can control which menus and buttons should be present, as well as, the positioning of the new window.

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


As easy as it gets!





FILL IN THE FORM




PAGE TO OPEN IN NEW WINDOW


OPTIONSSETTINGS
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.


Related Posts Plugin for WordPress, Blogger...