¹Ù·Î ¾Æ·¡ µÎ°³ÀÇ input ÀÇ type="text" name="id" maxlength="15" value="stti4545" size="8" <--À̰͵éÀ» »õ·Î¿î â ¶ç¿ü´Ù°¡ ÀÏÁ¤½Ã°£ÈÄ ´Ý¾ÆÁÖ´Â ÀÚ¹Ù½ºÅ©¸³Æ®ÀÎ ¾Æ·¡ 2.html¿¡ ³Ö¾î¾ß Çϴµ¥ ±× ³Ö´Â¹æ¹ýÀ» ¾Ë°í ½Í³×¿ä.
=============================== <input type="text" name="id" maxlength="15" value="stti4545" size="8"> <input type="password" name="pw" maxlength="13" value="si257233" size="8"> ================================
2.html
<!-- »õ·Î¿îâ ¿¾ú´Ù°¡ Àá½Ã ´Ý¾ÆÁÖ´Â ½ºÅ©¸³ --> <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> |