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

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

팁앤테크

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

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 44,192회 작성일 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
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
열람중 제로 44193 09-17
403 제로 95361 08-25
402 제로 46616 08-15
401 제로 42999 08-12
400 제로 95464 08-06
399 제로 72081 07-23
398 제로 84671 07-21
397 제로 47706 06-14
396 제로 71516 06-14
395 제로 104779 06-12
394 제로 91849 06-12
393 제로 94632 06-12
392 제로 101265 06-12
391 제로 97519 06-11
390 제로 141137 06-11
389 제로 84107 05-31
388 제로 87311 05-31
387 제로 55412 05-22
386 제로 43935 05-21
385 제로 40724 05-18
384 제로 89889 05-12
383 제로 100939 05-08
382 제로 47494 05-08
381 제로 102670 05-08
380 제로 83910 05-07

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
11,890
어제
99,400
최대
431,155
전체
10,865,281
Copyright (c) 株式会社YHPLUS. All rights reserved.