테스트 사이트 - 개발 중인 베타 버전입니다

한번만 submit 되게 하기 입니다.

· 9년 전 · 218

<HTML>
<HEAD>
<META http-equiv="content-type" content="text/html; charset=euc-kr">

<SCRIPT LANGUAGE="JavaScript">
<!--
var submitcount=0;

function reset() {
document.emailform.name.value="";
document.emailform.email.value="";
document.emailform.comments.value="";
}

function checkFields() {
if ( (document.emailform.name.value=="")  ||
    (document.emailform.email.value=="") ||
    (document.emailform.comments.value=="") )
  {
  alert("항목을 채워주세요");
  return false;
  }

else
  {
  if (submitcount == 0)
      {
      submitcount++;
      return true;
      }
  else
      {
      alert("버튼은 한번만 눌러주세요");
      return false;
      }
  }
}
//-->
</script>


</HEAD>

<BODY onLoad="reset()">


<form method=post action="#" name="emailform" onSubmit="return checkFields()">

<input type=hidden name=to value="이메일@주소">
<input type=hidden name=subject value="메일제목">

<pre>
이  름 :  <input type=text name="name">
이메일 :  <input type=text name="email">

하실말씀

<textarea name="comments" wrap="virtual" rows="7" cols="45"></Textarea>
<input type=submit>
</pre>
</form>

</BODY>
</HTML>

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
12413
12412
12411
12410
12407
12406
12405
12404
12403
12402
12401
12400
12399
12398
12397
12396
12395
12394
12393
12392
12391
12390
12389
12388
12387