Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kenabbott

    holding page position after refresh

    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...
  2. kenabbott

    using ($_POST['Submit']) for 2 different post outcomes

    Thanks for the info. I am fairly new to PHP so it would be possible for you to give code examples of how to achieve the above. Many thanks Ken
  3. kenabbott

    using ($_POST['Submit']) for 2 different post outcomes

    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...
  4. kenabbott

    using ($_POST['Submit']) for 2 different post outcomes

    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??
  5. kenabbott

    using ($_POST['Submit']) for 2 different post outcomes

    Sorry, yes by go back I mean the browsers back button
  6. kenabbott

    using ($_POST['Submit']) for 2 different post outcomes

    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...

Part and Inventory Search

Back
Top