[Java Script] 특정 폼에 커서 위치 시키기 focus(); 


특정 폼에 커서를 위치 시킨다 

<FORM onload="form.id.focus;">
<INPUT TYPE='text' NAME="id">
</FORM>



+ Recent posts