>고객지원게시판
[요청] 홈페이지 접속시 자동으로 로그인으로 커서 옮기기 글쓴이 : das****조회수 : 6482015.04.25 (01:32)
인포마당 홈페이지에 접속할때마다 느끼는 것이지만,
자동으로 로그인에 커서를 옮기도록 하면 유저입장에서 편리하지 않을까 생각합니다.
메인페이지에 아래와 같은 자바스크립트를 넣으면 커서가 자동으로 옮겨지는데,
관리자분께서 조금만 신경써주시면 편할 것 같습니다.

<script language="javascript" > 
function init(){
 document.Login.id.focus();

</script>

<BODY bgColor="#ffffff" leftMargin="0" background="" topMargin="0" onload="init();" >
<table>
<form name=Login>
<tr>
<td><input type=text name=id size=24 value=''></td>
</tr>
</form>
</table>

목록보기글쓰기