1
2
|
<body onload= "document.getElementById('inputTxt').focus()" >
<input type= "text" id= "inputTxt" />
|
1
2
|
<body onload= "document.getElementById('inputTxt').focus()" >
<input type= "text" id= "inputTxt" />
|