Jump to content

[SOLVED] Submit Hidden Value to Parent Page from Popup


dlebowski

Recommended Posts

I was wondering if there was a way to pass a hidden value to a parent page from a popup?  For example, below this works great if I am using _POST to retrieve the variable data.  I want to use _GET though.  Is there anyway to pass a variable from a popup window to the parent window so it can be retrieved using _Get.  Thanks in advance for any assistance.

 

<script language="javascript">
<!--
window.opener.location = '<? echo "{$_SERVER['']}cashiering.php?page=$page&LotAuctionDate=$PaymentAuctionDate&pay_Buyer=$buyerid" ?>';
//-->
</script>

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.