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

본문 바로가기
사이트 내 전체검색

팁앤테크

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

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 43,806회 작성일 10-09-17 01:24

본문

출처 - 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>

댓글목록

등록된 댓글이 없습니다.

Total 829건 18 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
열람중 제로 43807 09-17
403 제로 94504 08-25
402 제로 46154 08-15
401 제로 42617 08-12
400 제로 94866 08-06
399 제로 71555 07-23
398 제로 84063 07-21
397 제로 47318 06-14
396 제로 70972 06-14
395 제로 104238 06-12
394 제로 91283 06-12
393 제로 94086 06-12
392 제로 100803 06-12
391 제로 96988 06-11
390 제로 139871 06-11
389 제로 83709 05-31
388 제로 86817 05-31
387 제로 54906 05-22
386 제로 43538 05-21
385 제로 40361 05-18
384 제로 89203 05-12
383 제로 100453 05-08
382 제로 46998 05-08
381 제로 102225 05-08
380 제로 83368 05-07

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5470-4714
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
5,647
어제
16,905
최대
431,155
전체
10,619,432
Copyright (c) 株式会社YHPLUS. All rights reserved.