티스토리 뷰

카테고리 없음

새창으로 post 전송

leeted 2008. 8. 12. 21:34
<html>
<head>
 <script language="javascript">
  function submit(arg)
  {
   frm = document.getElementById(arg);
   window.open('', 'popup', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=200,height=200,top=100,left=100');
   frm.action = "test1.php";
   frm.target = "popup";
   frm.method = "post";
   frm.submit();
  }
 </script>
</head>
<body>
 <form name="form0">
  <input type="text" name="input0">
  <a href="javascript:submit('form0')">submit</a>
 </form>
</body>
</html>
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함