You are here: Home » Html » Html 4.01 » None postback button
To create a button that doesn't submit (perform a post-back), but instead bound to a javscript action, use an input tag, ie: <input type="button">
Eg:
<input onclick="checkAll()" type="button" class="select_unselect" value="Select All" />