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

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

팁앤테크

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

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 43,757회 작성일 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
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
열람중 제로 43758 09-17
403 제로 94290 08-25
402 제로 46082 08-15
401 제로 42574 08-12
400 제로 94752 08-06
399 제로 71458 07-23
398 제로 83930 07-21
397 제로 47269 06-14
396 제로 70885 06-14
395 제로 104114 06-12
394 제로 91173 06-12
393 제로 93993 06-12
392 제로 100693 06-12
391 제로 96874 06-11
390 제로 139468 06-11
389 제로 83647 05-31
388 제로 86717 05-31
387 제로 54837 05-22
386 제로 43482 05-21
385 제로 40310 05-18
384 제로 89095 05-12
383 제로 100146 05-08
382 제로 46920 05-08
381 제로 102119 05-08
380 제로 83262 05-07

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
955
어제
14,742
최대
431,155
전체
10,582,077
Copyright (c) 株式会社YHPLUS. All rights reserved.