특정 이메일 입력 금지및 이메일 유효성 검사하기 입니다.

· 10년 전 · 1210

daum, naver, yahoo,hanmail 계정은 입력할 수 없습니다<br>
 
<form name="validation" onSubmit="return checkbae()">
이메일 주소 입력 :
<input type="text" size=18 name="emailcheck"><br>
<input type="submit">
</form>
 
<script language="JavaScript1.2">
 
var invalidaddress=new Array()
invalidaddress[0]="daum"
invalidaddress[1]="naver"
invalidaddress[2]="yahoo"
invalidaddress[3]="hanmail"
 
var testresults
function checkemail(){
var invalidcheck=0;
var str=document.validation.emailcheck.value
var filter=/^(\w+(?:\.\w+)*)@((?:\w+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
if (filter.test(str)){
var tempstring=str.split("@")
tempstring=tempstring[1].split(".")
for (i=0;i<invalidaddress.length;i++){
if (tempstring[0]==invalidaddress[i])
invalidcheck=1
}
if (invalidcheck!=1)
testresults=true
else{
alert("입력 금지된 계정입니다")
testresults=false
}
}
else{
alert("이메일 주소가 유효하지 않습니다")
testresults=false
}
return (testresults)
}
function checkbae(){
if (document.layers||document.getElementById||document.all)
return checkemail()
else
return true
}
</script> 

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

프로그램

+
제목 글쓴이 날짜 조회
10년 전 조회 1,408
10년 전 조회 1,356
10년 전 조회 1,824
10년 전 조회 1,341
10년 전 조회 1,332
10년 전 조회 1,559
10년 전 조회 1,356
10년 전 조회 1,392
10년 전 조회 1,226
10년 전 조회 1,499
10년 전 조회 1,321
10년 전 조회 1,235
10년 전 조회 1,323
10년 전 조회 1,968
10년 전 조회 1,334
10년 전 조회 1,318
10년 전 조회 1,357
10년 전 조회 1,439
10년 전 조회 1,914
10년 전 조회 1,507
10년 전 조회 1,348
10년 전 조회 1,258
10년 전 조회 1,289
10년 전 조회 1,402
10년 전 조회 1,324
10년 전 조회 1,390
10년 전 조회 1,288
10년 전 조회 1,466
10년 전 조회 1,310
10년 전 조회 1,287
10년 전 조회 1,232
10년 전 조회 1,896
10년 전 조회 1,388
10년 전 조회 1,298
10년 전 조회 1,318
10년 전 조회 1,312
10년 전 조회 1,345
10년 전 조회 1,304
10년 전 조회 1,812
10년 전 조회 1,278
10년 전 조회 1,338
10년 전 조회 1,232
10년 전 조회 1,810
10년 전 조회 1,393
10년 전 조회 1,404
10년 전 조회 1,435
10년 전 조회 1,377
10년 전 조회 1,385
10년 전 조회 1,308
10년 전 조회 1,211
10년 전 조회 1,351
10년 전 조회 1,200
10년 전 조회 1,561
10년 전 조회 1,270
10년 전 조회 1,278
10년 전 조회 1,265
10년 전 조회 1,287
10년 전 조회 1,357
10년 전 조회 1,256
10년 전 조회 1,285
10년 전 조회 1,483
10년 전 조회 1,277
10년 전 조회 1,385
10년 전 조회 1,352
10년 전 조회 1,379
10년 전 조회 1,511
10년 전 조회 1,352
10년 전 조회 1,341
10년 전 조회 1,332
10년 전 조회 1,442
10년 전 조회 1,334
10년 전 조회 1,288
10년 전 조회 1,322
10년 전 조회 1,335
10년 전 조회 1,387
10년 전 조회 1,311
10년 전 조회 1,527
10년 전 조회 1,679
10년 전 조회 1,588
10년 전 조회 1,342
10년 전 조회 1,339
10년 전 조회 1,307
10년 전 조회 1,294
10년 전 조회 1,409
10년 전 조회 1,324
10년 전 조회 1,289
10년 전 조회 1,335
10년 전 조회 1,678
10년 전 조회 2,155
10년 전 조회 1,720
10년 전 조회 1,519
10년 전 조회 1,378
10년 전 조회 1,345
10년 전 조회 1,371
10년 전 조회 1,330
10년 전 조회 1,350
10년 전 조회 1,368
10년 전 조회 1,536
10년 전 조회 1,423
10년 전 조회 2,163