jQuery plugin (jquery.popupWindow.js) used to create popup windows.
Open yahoo.com in a popup window (800x500) positioned 50 pixels from the top and left side of the screen.
required | optional | not used
Open a popup, centered over the top of the browser, using the same window. In order to have popup windows re-use the same window the element the invokes the popup needs to have the same name attribute value. In this example, I use the name "windowX" to identify that both links use the same window.
required | optional | not used
Open a popup window, centered on the screen, not using the same window.
required | optional | not used
Open a popup by using an element other than an href to pass URL value.
required | optional | not used