Content in the Javascript library assumes a sound understanding of ECMAScript, CSS, XHTML and DOM.

Popup window

Latest Release
21 December 2003
Download
Source Code

A simple script to manage popup browser windows.

Example window

  1. 300px square, 10px from left and top.
  2. Content space 300px square, 30px left, 70px top.
  3. 320px by 240px, 50px right, 20px top.
  4. Content space 120px by 400px, 5px right, 10 bottom.

Quick sample

  1. <a href="code.html" onclick="if (window.wPop) { wPop('code/js.html', 'eg', 600, 200, -50, 20, 'scrollbars'); return false; }">code</a>
[ inspire logo ]
Code in the javascript library is free to use. Enjoy! Feedback welcome.
© Ben Boyle 2003.