pixelhandler

Pushin' & pullin' pixels on the net

Hijack Form’s Submit Onclick, Validate, and Use Enter Key to Post Form

Depending on the platform you develop on sometimes you may need to hijack an onclick attribute to first do some form validation on the client side. It would be nice to post the form with the enter key as well, if you are using an anchor instead of button or input with type of submit.

Comments