jQuery focus on first field trick
$(document).ready(function(){ $("input[type=text]:first").focus(); });