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 the page to hold screen position rather than refreshing at the top of the page but I'm having problems in achieving this.
All suggestions graetefully received.
Many thanks
Ken
<select name="mydropdown" id="mydropdown" onChange='submit()'>
The problem I have is that after the refresh I want the page to hold screen position rather than refreshing at the top of the page but I'm having problems in achieving this.
All suggestions graetefully received.
Many thanks
Ken