window.onload = function(){
var oInput = document.getElementById("hisId");
oInput.focus();
}
window.onload = function(){
var oInput = document.getElementById("hisId");
oInput.focus();
}