Hi
I have a form that amends current values in a MySQL database.
This works fine in FireFox, but does nothing in IE when you click on the Save button.
<input type="button" value="SAVE" onclick="submit();" />
Is what I am using
What am I doing wrong?
Thanks