Html & Script

팝업창으로 submit 자바스크립트

페이지 정보

본문

<html>
 <head>
  <title>scriptwin</title>
  <script type="text/javascript">
  //<![CDATA[
    function submitWin(form){
      window.open('',form.target,'width=300,height=200,scrollbars=yes');
      return true;
    }
  //]]>
  </script>
 </head>

 <body>
   <form method="post" action="http://www.naver.com" target="sendWin" onsubmit="return submitWin(this);">
     <!-- 폼내용들 생략 //-->
     <input type="submit">
   </form>

 </body>
</html>

관련자료

등록된 댓글이 없습니다.
Today's proverb
자기 자리의 중요성을 아는 사람은 절대로 외로움이나 쓸쓸함 따위를 느끼지 않는다. 나를 기억하고 있는 단 한 사람이라도 있다면, 나를 필요로 하는 곳이 단 한 군데만이라도 있다면 그 사람은 매우 행복한 사람이 아닐까. 지금, 이 자리의, 자신으로부터 작지만, 결코 작지 않은 새로운 역사가 시작되는 것이다. (안도현)