[제나플러스] 폼값 두곳으로 전송하기 > 팁앤테크

본문 바로가기

사이트 내 전체검색

뒤로가기 팁앤테크

[제나플러스] 폼값 두곳으로 전송하기

본문

출처 - http://www.sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=40430#c_40433
============================
<form name="f" method="post">
<input name="name" value="" type="hidden">
<input value="전송" onclick="send()" type="button">
</form>

<script language="javascript">
function send()
{
  var f = document.f;
  f.action = "page1.php";
  f.target = "frame1";
  f.submit();

  f.action = "page2.php";
  f.target = "frame2";
  f.submit();
}
</script>

<iframe id="frame1" name="frame1"></iframe>
<iframe id="frame2" name="frame2"></iframe>
추천0

댓글목록 0

등록된 댓글이 없습니다.

전체 825건 17 페이지
게시물 검색
Copyright (c) 株式会社YHPLUS. All rights reserved.

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒171-0014 東京都豊島区池袋2-41-5 アーバン154 8F
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

PC 버전으로 보기