Window Popup Version 3.0

Show Example 1  |  Hide Example 1
Show Example 2  |  Hide Example 2

Popup Wizard

X PositionY Position
Width
(100 Min.)
Height
(80 Min.)
UNIQUE box IDContent Text
Content Background ColorContent Text Color
Content Font Style SetTitle Text
Titlebar Background ColorTitlebar Text Color
Border ColorScrollbar Color
(IE5.5+ only)
Shadow ColorShown on Start?
Draggable?Resizeable?
OK for old browsers? 





Script features/usage:



To install this script, follow the steps below:

Example 2
OK, so these things are pretty neat, but of course they do have a few limitations.

  1. These only work in IE5+ and NS6+. In NS4.x and IE4.x, the script will just open a regular window with most of the settings you specified.

  2. Any windows that are pre-defined have to be created once the page is done loading.
    So, put all your pre-defined ones in a window.onload function. Basically, the code would look something like:
    window.onload=function(){
    new popUp(250, 50, 350, 175, "box1"....
    new popUp(50, 10, 350, 200, "box2"....
    }
  3. Technically, there are no limits to the number of windows on a page, but the browser gets sluggish if there are too many, so use judgement.

  4. The minimum width allowed is 100 pixels and the minimum height allowed is 80 pixels. Any attempt to go smaller will be ignored. Any titlebar text that exceeds the allotted width will be chopped to fit.
Example 1
Each of these popup windows can have very different settings. For instance, this window cannot be dragged or resized, but the other can. Take a look at the various colors and fonts used in each one. Read below for the features and instructions.