Popup Window

Make a Popup Window

Easily create a text link PopUp window using out text link PopUp window code generator.

Just fill in the necessary form elements below to generate your text link popup window code snippet.

The text link PopUp window code snippet generator lets you control the PopUp window size and appearance, along with the option to make the PopUp resizeable or not.

Simply copy and paste the PopUp window generated code snippet to your page(s). Each PopUp window code generated is automagically assigned a unique ID number in the code snippet.

There are quick tips about Top bar and Scrollbar for your PopUp windows at the bottom of the page.


Make a Popup Window

Modify the size and appearance of your PopUp window by entering your info in to the form element boxes below... then, click the 'generate code' button.

The PopUp window code snippet generated will automagically appear in the box below... and a 'test your PopUp window code' text link.


URL:

Menu Bar:   Tool Bar:   Location:   Scrollbars:   Status:


Width:    Height:    Resizeable:



Popup Window Code

Copy the popup window code from the box below


Top Bar and Scrollbar in Popup Window Info

Top Bar : Most modern browsers no longer allow you to hide the top bar containing the URL of your pop-up windows.
This was changed for security reasons, in order to allow the visitor to always know exactly where they are on a website.

Scrollbar : Generally, you should not hide visitors scrollbars... but, sometimes you do need to.
Use the code below to hide the scrollbars in the popup window.



// Add the following code to the 
// HTML head of your pop-up:

<style type="text/css">
body{overflow:hidden;}
</style>