<html> <head> <title>ÆÐ½º¿öµå·Î »ç¿ëÀÚ ÀÎÁõÇϱâ</title>
<script language="Javascript">
<!-- function ProcessAuthen(para) { if(para.userid1.value=="sspark" && para.passwd1.value=="12345") //¿Ã¹Ù¸¥ ID¿Í ÆÐ½º¿öµå¸¦ ÀÔ·ÂÇØ µÐ´Ù. { alert("Á¤½Ä»ç¿ëÀÚ·Î ÀÎÁõµÇ¾ú½À´Ï´Ù."); //¿Ã¹Ù¸¥ ID¿Í ÆÐ½º¿öµå¸¦ ÀÔ·ÂÇßÀ» °æ¿ì »Ñ·ÁÁÙ ¸Þ½ÃÁö } else { alert("´ç½ÅÀº Á¤½Ä»ç¿ëÀÚ°¡ ¾Æ´Õ´Ï´Ù."); //ID³ª ÆÐ½º¿öµå°¡ ¸ÂÁö ¾Ê¾ÒÀ» °æ¿ì »Ñ·ÁÁÙ ¸Þ½ÃÁö } } //-->
</script>
</head>
<body bgcolor=black> <center>
<font color=#cccccc><h3> <form>»ç¿ëÀÚ ÀÎÁõÇϱâ<p> »ç ¿ë ÀÚ <input type="text" name="userid1" size=8 maxlength=8><br> ºñ¹Ð¹øÈ£<input type="password" name="passwd1" size=8 maxlength=8><p> <input type="button" value=" È® ÀÎ " onClick="ProcessAuthen(this.form);"> </form>
// ID¿Í ÆÐ½º¿öµå¸¦ ÀԷ¹ޱâ À§ÇÑ FORM, ÀÌ FORMÀ» Àû´çÇÑ °÷¿¡ ³Ö¾î µÑ ¼öµµ ÀÖ´Ù.
<h3>
</font>
<img src="11.jpg"><br> <font size=2 color=yellow>ÀÌ»Û ±×¸²</font> </center> </body> </html>
|