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
만일 당신이 배를 만들고 싶다면 사람들을 불러모아 목재를 가져오게 하고 일을 지시하고 일감을 나눠 주는 등의 일을 하지 말아라. 대신 그들에게 저 넓고 끝없는 바다에 대한 동경심을 키워 줘라. (생텍쥐페리)