Popup windows are one of the more useful scripts out there.
You can use them in a variety of ways, from little clique and adoption pages, to entire sites.

While there are a couple different scripts you can use to achieve this, I'll put of one the more easier versions here.

Click For Example

<a href="#" onClick="MyWindow=window.open('example.htm','MyWindow',' toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=160, height=190, left=80, top=90,'); return false;">Link</a>


  example.htm - Page to open in the window
  MyWindow - Name of the window
  toolbar=no - Defines if the toolbar is shown (YES or NO)
  location=no - Defines if the location bar is shown (YES or NO)
  directories=no - Defines if the directory bar is shown (YES or NO)
  status=no - Defines if the status is shown (YES or NO)
  menubar=no - Defines if the menu bar is shown (YES or NO)
  scrollbars=yes - Defines if the scrollbars are shown (YES, NO or AUTO)
  resizable=no - Defines if you want to allow the viewer to resize the window (YES or NO)
  width=160 - Width of your window in pixels
  height=190 - Height of your window in pixels
  left=80 - Position from left side of screen (null=center)
  top=90 - Position from top side of screen (null=center)

Q: So what the heck are all these bars anyway?
A: Here's a screenshot from my IE browser with the bars marked.

           

 Site © Lycentia.    Bishoujo Senshi Sailor Moon © Naoko Takeuchi, and it's distributors. All Rights Reserved.