Hi,
I am having a problem with a form.
My submit button (
<input type="submit">) currently has an onClick handler which executes an
ajax request to update the database, returns false, and displays a simple updated message next to the button when complete.
The problem is that I have a link that I want to use to submit the form normally (
document.form.submit() ), ie post and navigate to a new page, but it wont work as long as the submit button is there.
I have tried reversing their roles but it doesn't help.
Any help would be greatly appreciated.
Thanks,
Conrad