mikeh623 Posted May 4, 2006 Share Posted May 4, 2006 Okay, I have a form with a dropdown and a submit button. Its action attribute calls a javascript function which opens a popup, the popup has the php script that will handle the choice made in the dropdown of the previews/parent window. The problem is, the POST vars aren't being passed to the child popup, I'm pretty sure I know why, I'm just not sure at all what to do about it, like any solutions w/o drastically changing the methodology.I'm using the form to open the popup. action="javascript: add_player() ;"Thanks for any and all help!Our conversation in the PHP Help forum: [a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=92749&st=0&gopid=371295\" target=\"_blank\"]Post[/a] Link to comment https://forums.phpfreaks.com/topic/9067-grabbing-form-values-for-use-by-php-in-a-popup/ Share on other sites More sharing options...
craygo Posted May 4, 2006 Share Posted May 4, 2006 I posted a solution here for someone else[a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=92757\" target=\"_blank\"]http://www.phpfreaks.com/forums/index.php?showtopic=92757[/a]May be what you need.Ray Link to comment https://forums.phpfreaks.com/topic/9067-grabbing-form-values-for-use-by-php-in-a-popup/#findComment-33375 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.