Jump to content

Blank page with [object] on it


RobertB

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.