I need to use a "button" element in order to achieve the look I want in css. How can I make this button submit work consistently?
<form method="post">
<!--lots of form fields here-->
<button class="button save" id="save" type="submit" onclick="submit()" >Apply Changes</button>
</form>
submit()function. Need more code. – Nate B Dec 12 '11 at 17:17