Creating a popup
Use the following script

Then, you link to it by:
Link to popup

Creating a popup window

Creating a popup
Use the following script
<!–
function popitup(url) {
newwindow=window.open(url,’name’,’height=200,width=150′);
if (window.focus) {newwindow.focus()}
return false;
}
// –>
Then, you link to it by:
<a href=”popupex.html” onclick=”return popitup(‘popupex.html’)”
>Link to popup