Two Submits - One Form - OK FF not IE
I thought this would be simple
I am submitting a form and on it are these two buttons and this works fine in Firefox:
<input type="submit" name="stay" value="Submit" />
<a href="live_summary.php"><input type="button" value="Back" /></a>
However this does not work in IE and pressing the Back button simply refreshes the page as though submitted.
any ideas.
Simon
