I've coded an online application in PHP, that uses javascript to open some popup windows (hence I'm posting here). I can't get the popup window to stay closed. This is what I have. Page #1 Uses php to open a popupwindow by simply "printing" the javascript code necessary to open a popup window. Page #2 (Popup Window) This page also uses PHP to handle the necessary ...


