POPUP WINDOWS I have included several examples of my favorite javascript program, the popup window. These examples will give you some idea how versatile this script really is. The window can be given just about any size, placed just about anywhere on the screen, and allowed just about any combination of elements desired. The code itself was inspired in parts by code I saw on the web (I think at javascriptsource.com) and the information in JAVASCRIPT FOR THE WORLD WIDE WEB, by Tom Negrino and Dori Smith. It is one of the Visual Quickstart Guides published by Peachpit Press. Overall, not too original on my part, mostly because there seems to be only one easy way to create a popup window in javascript. This is it. I also ought to say that USING JAVASCRIPT, by Mark Reynolds et al., published by QUE Books is also a big help (though not as easy to follow as the Negrino/Smith). Maybe I ought to mention another Visual Quickstart Guide, DHTML FOR THE WORLD WIDE WEB, by Jason Teague. There are several other javascript books I could mention, and the various javascript sources on the web, javascriptsource.com being just one of them. R.P. Bird bird@rpbird.com www.rpbird.com May 2001 CODE: pop-up window