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