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

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

팁앤테크

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

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 40,774회 작성일 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 779건 17 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
379 제로 37661 11-08
378 제로 66292 11-02
377 제로 82208 10-28
376 제로 49299 10-26
375 제로 45430 10-23
374 제로 40708 10-22
373 제로 68727 10-16
372 제로 78635 10-16
371 제로 37585 10-14
370 제로 87113 10-08
369 제로 66762 10-08
368 제로 103838 10-06
367 제로 119825 10-06
366 제로 68620 10-03
365 제로 42810 09-20
364 제로 67768 09-18
363 제로 42815 09-17
열람중 제로 40775 09-17
361 제로 87373 08-25
360 제로 42964 08-15
359 제로 40043 08-12
358 제로 90082 08-06
357 제로 67448 07-23
356 제로 78181 07-21
355 제로 44291 06-14

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
5,075
어제
25,212
최대
431,155
전체
6,730,327
Copyright (c) 株式会社YHPLUS. All rights reserved.