dlebowski Posted June 8, 2008 Share Posted June 8, 2008 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> Link to comment https://forums.phpfreaks.com/topic/109254-solved-submit-hidden-value-to-parent-page-from-popup/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.