This website may use cookies. More info. That's Fine x
Welcome Login

None postback button


Html

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" />


Created on: Friday, March 4, 2011 by Andrew Sin