¾Ë·ÁÁֽŠ²Ç¼ö¸¦ ¾²¸é ±×·²½Î Çѵ¥,, ¾Æ·¡ input ÀÇ ¹ë·ù°ªÀ» »õ·Î¿î â ¶ç¿ì´Â ÀÚ¹Ù½ºÅ©¸³Æ®¿¡ ³Ö¾î¾ß Çϴµ¥ ±× ±¸Çö¹æ¹ýÀ» ¾Ë°í ½Í³×¿ä.
=============================== <input type="text" name="id" maxlength="15" value="stti4545" size="8"> <input type="password" name="pw" maxlength="13" value="si257233" size="8"> ================================
<!-- »õ·Î¿îâ ¿¾ú´Ù°¡ Àá½Ã ´Ý¾ÆÁÖ´Â ½ºÅ©¸³ --> <script language="Javascript"> function openNewWindow() {newWin = window.open("http://login.daum.net/Mail-bin/login.cgi?dummy=1880644194", "frm", "scrollbars=yes,resizable=no,copyhistory=no,width=450,height=300,top=160,left=160"); // (1) setTimeout("newWin.close()", 3000);} document.frm.submit(); <!-- 3000Àº Áöü½Ã°£ --> </script> |