I have a php form with a number of dropdowns - each time a value is chosen from a dropdown the page is refreshed (this updates a grand total). I'm using the following to do this:
<select name="mydropdown" id="mydropdown" onChange='submit()'>
The problem I have is that after the refresh I want...
When I change value in the dropdowns form1.php reloads as required ie
<select name="lisDigital" id="lisDigital" onChange='submit()'>
When I hit the submit button the first time, form1.php reloads (which it shouldn't) - however if I hit immediately again, form2.php opens, which is what is...
Thanks - I will try these out.
Re the first problem - (The first time you hit the submit button form1 refreshes, if however you hit submit a second time then form2 opens as it it supposed to.) - any ideas on this??
Hi
I have a PHP page with a number of dropdowns on it and a submit button. When a value is chosen from a dropdown I need the page to refresh (a total is calculated). However when the submit button is pressed I need to go to another page which uses the values from the first page. I have tried...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.