RobertB Posted May 18, 2007 Share Posted May 18, 2007 Hello guys, I'm using a popup window to INSERT data into a dbase. I pass two variables to the popup, the problem the I'm having is the when I pass the two variable the opener turns blank with an [object] on it with one of the variables on the address bar and the popup with the other. What I want is the the opener not to go blank and the two variable pass to the popup. The code work perfect in macs safari but not in microsoft explorer. Here's the code. <a href="javascript:window.open('addpitcherstats_.php?rosterID=<?php echo $row_rsPitcher['rosterID']; ?>&gameID=<?php echo $row_rsGameDet['gameID']; ?>', 'addpitcherstats', 'width= 400, height= 100, toolbar=0, scrollbars=no,location=no, statusbar=no, menubar=no, resizable=no, screenX=300, screenY=200')"><img src="images/add.png" alt="add" width="16" height="16" /></a> Link to comment https://forums.phpfreaks.com/topic/51935-blank-page-with-object-on-it/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.