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] Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.