|
ȨÆäÀÌÁö¹æ¹®½Ã ·Î±×Àο¡¼ Ä¿¼°¡ ¹Ì¸® ±ô¹ÚÀÌ°ÔÇϱâ
¢º ÀÚ¹Ù½ºÅ©¸³Æ®¸¦ ÀÌ¿ëÇÏ¿© Ä¿¼ ±ô¹ÚÀÌ°ÔÇϱâ
<html>
<head>
<script language="JavaScript">
document.login_id.userid.focus();
</script>
</head>
<body>
<form method="post" name="login_id"
action=">
<input type="text"
name="userid" size="10" maxlength=15
>
<input type="password" name="passwd"
size="10" maxlength=15 >
</form>
</body>
</html> |
¢º °£´ÜÇÑ ¹æ¹ýÀ¸·Î
Ä¿¼ ±ô¹ÚÀÌ°ÔÇϱâ
<html>
<head> </head>
<body onload="document.form1.id.focus();">
<form name="form1" method="post"
action="">
<input type="text"
name="id"> <br>
<input type="password" name="passwd">
</form> </body> </html> |
|
|
|
|