I have a form which passes vars to a php script. This is working fine with a form action="/scripts/runme.php" method="post" etc.
What I want to do though, is to have the results displayed in a pop up window.
I tried a javascript pop up function which did open up a pop up when the button was pressed but the form vars are not being passed to the script.
is it possible to run a php script in a pop up window from a form?
What I want to do though, is to have the results displayed in a pop up window.
I tried a javascript pop up function which did open up a pop up when the button was pressed but the form vars are not being passed to the script.
is it possible to run a php script in a pop up window from a form?