<script type="text/javascript">
function OnSubmitForm()
{
if(document.pressed == 'Insert')
{
document.myform.action ="insert.html";
}
else if(document.pressed == 'Update')
{
document.myform.action ="update.html";
}
return true;
}
</script>
<form name="myform" onsubmit="return onsubmitform();">
<input type="submit" name="operation" onclick="document.pressed=this.value" value="insert" />
<input type="submit" name="operation" onclick="document.pressed=this.value" value="update" />
</form>
function OnSubmitForm()
{
if(document.pressed == 'Insert')
{
document.myform.action ="insert.html";
}
else if(document.pressed == 'Update')
{
document.myform.action ="update.html";
}
return true;
}
</script>
<form name="myform" onsubmit="return onsubmitform();">
<input type="submit" name="operation" onclick="document.pressed=this.value" value="insert" />
<input type="submit" name="operation" onclick="document.pressed=this.value" value="update" />
</form>
댓글 7개
14년 전
중복게시물로 싱고합니다... ㅋ
... 잠깐 사이에 그 전게시물이 삭제되었더러구요 .... 싱고보류 ~~~
... 잠깐 사이에 그 전게시물이 삭제되었더러구요 .... 싱고보류 ~~~
방황하는중년
14년 전
리자님 이러시면 곤란하심 -_- 신고 할까용 -_-??
헉 신고 할려니 활동지수 1점 부족 ㅠ.ㅠ
그래도 1회 추천은 제가 했다는거.... --ㅋ
헉 신고 할려니 활동지수 1점 부족 ㅠ.ㅠ
그래도 1회 추천은 제가 했다는거.... --ㅋ
14년 전
그 전 게시물이 지워졌습니다.
이러면 또 링크 오작동 발령이군요 .... 에효 ....
이러면 또 링크 오작동 발령이군요 .... 에효 ....
14년 전
오신김에 추천이나 해주세요. ㅎㅎ
방황하는중년
14년 전
이미 추천은 해드려서 더 추천은 불가 합니다 --ㅋ
대신 리자님 코드 날로 먹기 모드 ^^;;
-----------------------------------------------------------
<script>
function rtcheckfrm() {
var frm = document.mms80form;
if (frm.yayak[1].checked){
frm.action = "./Upload2";
} else {
frm.action = "./Upload";
}
return true;
document.form.submit();
}
</script>
<FORM name=mms80form enctype="multipart/form-data" method="post" onSubmit="return rtcheckfrm();">
필요폼 내용들.....
<input type="radio" name="yayak" value="0" checked> 즉시
<input type="radio" name="yayak" value="1"> 예약
<input type='image' src="img/sms/mobil_send.gif" name='Send' title="전송할려면 눌러유~~~">
</FORM>
이렇게 하시면 1개의 submit 문으로 -_-;;; radjo 버턴으로 대처하실수 있을듯 합니다..
대신 리자님 코드 날로 먹기 모드 ^^;;
-----------------------------------------------------------
<script>
function rtcheckfrm() {
var frm = document.mms80form;
if (frm.yayak[1].checked){
frm.action = "./Upload2";
} else {
frm.action = "./Upload";
}
return true;
document.form.submit();
}
</script>
<FORM name=mms80form enctype="multipart/form-data" method="post" onSubmit="return rtcheckfrm();">
필요폼 내용들.....
<input type="radio" name="yayak" value="0" checked> 즉시
<input type="radio" name="yayak" value="1"> 예약
<input type='image' src="img/sms/mobil_send.gif" name='Send' title="전송할려면 눌러유~~~">
</FORM>
이렇게 하시면 1개의 submit 문으로 -_-;;; radjo 버턴으로 대처하실수 있을듯 합니다..
14년 전
얼마 전에 올라온 글의 방법이 웹 접근성에서 훨씬 좋습니다.
http://sir.co.kr/bbs/board.php?bo_table=tiptech&wr_id=11961
http://sir.co.kr/bbs/board.php?bo_table=tiptech&wr_id=11961
14년 전
스크립트 방식까지 나와 있으면 완전 강추입니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 394 | ||
| 7929 | 9년 전 | 306 | ||
| 7928 | 9년 전 | 403 | ||
| 7927 | 9년 전 | 323 | ||
| 7926 | 9년 전 | 653 | ||
| 7925 | 9년 전 | 338 | ||
| 7924 | 9년 전 | 321 | ||
| 7923 | 9년 전 | 332 | ||
| 7922 | 9년 전 | 354 | ||
| 7921 | 9년 전 | 393 | ||
| 7920 | 9년 전 | 309 | ||
| 7919 | 9년 전 | 328 | ||
| 7918 | 9년 전 | 481 | ||
| 7917 | 9년 전 | 323 | ||
| 7916 | 9년 전 | 394 | ||
| 7915 | 9년 전 | 392 | ||
| 7914 | 9년 전 | 397 | ||
| 7913 | 9년 전 | 548 | ||
| 7912 | 9년 전 | 398 | ||
| 7911 | 9년 전 | 351 | ||
| 7910 | 9년 전 | 390 | ||
| 7909 | 9년 전 | 493 | ||
| 7908 | 9년 전 | 406 | ||
| 7907 | 9년 전 | 351 | ||
| 7906 | 9년 전 | 370 | ||
| 7905 | 9년 전 | 351 | ||
| 7904 | 9년 전 | 336 | ||
| 7903 | 9년 전 | 333 | ||
| 7902 | 9년 전 | 541 | ||
| 7901 |
|
9년 전 | 724 | |
| 7900 | 9년 전 | 563 | ||
| 7899 | 9년 전 | 363 | ||
| 7898 | 9년 전 | 368 | ||
| 7897 | 9년 전 | 326 | ||
| 7896 | 9년 전 | 345 | ||
| 7895 | 9년 전 | 453 | ||
| 7894 | 9년 전 | 368 | ||
| 7893 | 9년 전 | 316 | ||
| 7892 | 9년 전 | 364 | ||
| 7891 | 9년 전 | 746 | ||
| 7890 | 9년 전 | 1184 | ||
| 7889 | 9년 전 | 739 | ||
| 7888 |
limsy1987
|
9년 전 | 534 | |
| 7887 | 9년 전 | 530 | ||
| 7886 | 9년 전 | 419 | ||
| 7885 | 9년 전 | 387 | ||
| 7884 | 9년 전 | 394 | ||
| 7883 | 9년 전 | 385 | ||
| 7882 | 9년 전 | 421 | ||
| 7881 | 9년 전 | 423 | ||
| 7880 | 9년 전 | 545 | ||
| 7879 | 9년 전 | 443 | ||
| 7878 | 9년 전 | 1197 | ||
| 7877 | 9년 전 | 732 | ||
| 7876 | 9년 전 | 466 | ||
| 7875 | 9년 전 | 542 | ||
| 7874 |
|
9년 전 | 796 | |
| 7873 | 9년 전 | 503 | ||
| 7872 | 9년 전 | 659 | ||
| 7871 | 9년 전 | 467 | ||
| 7870 | 9년 전 | 595 | ||
| 7869 | 9년 전 | 416 | ||
| 7868 | 9년 전 | 422 | ||
| 7867 | 9년 전 | 404 | ||
| 7866 | 9년 전 | 473 | ||
| 7865 | 9년 전 | 429 | ||
| 7864 | 9년 전 | 498 | ||
| 7863 | 9년 전 | 496 | ||
| 7862 | 9년 전 | 454 | ||
| 7861 | 9년 전 | 613 | ||
| 7860 | 9년 전 | 606 | ||
| 7859 | 9년 전 | 393 | ||
| 7858 | 9년 전 | 689 | ||
| 7857 | 9년 전 | 1053 | ||
| 7856 | 9년 전 | 500 | ||
| 7855 | 9년 전 | 727 | ||
| 7854 | 9년 전 | 713 | ||
| 7853 | 9년 전 | 569 | ||
| 7852 | 9년 전 | 493 | ||
| 7851 | 9년 전 | 487 | ||
| 7850 | 9년 전 | 572 | ||
| 7849 | 9년 전 | 345 | ||
| 7848 | 9년 전 | 397 | ||
| 7847 | 9년 전 | 629 | ||
| 7846 | 9년 전 | 441 | ||
| 7845 | 9년 전 | 395 | ||
| 7844 | 9년 전 | 379 | ||
| 7843 | 9년 전 | 397 | ||
| 7842 | 9년 전 | 383 | ||
| 7841 | 9년 전 | 371 | ||
| 7840 | 9년 전 | 383 | ||
| 7839 | 9년 전 | 420 | ||
| 7838 | 9년 전 | 503 | ||
| 7837 | 9년 전 | 340 | ||
| 7836 | 9년 전 | 382 | ||
| 7835 | 9년 전 | 458 | ||
| 7834 |
|
9년 전 | 1183 | |
| 7833 | 9년 전 | 401 | ||
| 7832 | 9년 전 | 398 | ||
| 7831 | 9년 전 | 538 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기