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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.