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

· 10년 전 · 1173

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,358
10년 전 조회 1,301
10년 전 조회 1,774
10년 전 조회 1,290
10년 전 조회 1,286
10년 전 조회 1,505
10년 전 조회 1,307
10년 전 조회 1,352
10년 전 조회 1,184
10년 전 조회 1,455
10년 전 조회 1,270
10년 전 조회 1,194
10년 전 조회 1,262
10년 전 조회 1,920
10년 전 조회 1,284
10년 전 조회 1,281
10년 전 조회 1,296
10년 전 조회 1,399
10년 전 조회 1,870
10년 전 조회 1,462
10년 전 조회 1,292
10년 전 조회 1,211
10년 전 조회 1,247
10년 전 조회 1,355
10년 전 조회 1,263
10년 전 조회 1,332
10년 전 조회 1,234
10년 전 조회 1,423
10년 전 조회 1,268
10년 전 조회 1,237
10년 전 조회 1,179
10년 전 조회 1,839
10년 전 조회 1,332
10년 전 조회 1,253
10년 전 조회 1,278
10년 전 조회 1,273
10년 전 조회 1,295
10년 전 조회 1,261
10년 전 조회 1,773
10년 전 조회 1,231
10년 전 조회 1,299
10년 전 조회 1,184
10년 전 조회 1,767
10년 전 조회 1,349
10년 전 조회 1,362
10년 전 조회 1,399
10년 전 조회 1,339
10년 전 조회 1,357
10년 전 조회 1,275
10년 전 조회 1,174
10년 전 조회 1,305
10년 전 조회 1,169
10년 전 조회 1,512
10년 전 조회 1,229
10년 전 조회 1,244
10년 전 조회 1,225
10년 전 조회 1,249
10년 전 조회 1,313
10년 전 조회 1,217
10년 전 조회 1,240
10년 전 조회 1,432
10년 전 조회 1,238
10년 전 조회 1,346
10년 전 조회 1,305
10년 전 조회 1,325
10년 전 조회 1,451
10년 전 조회 1,316
10년 전 조회 1,277
10년 전 조회 1,288
10년 전 조회 1,409
10년 전 조회 1,286
10년 전 조회 1,244
10년 전 조회 1,273
10년 전 조회 1,284
10년 전 조회 1,331
10년 전 조회 1,262
10년 전 조회 1,491
10년 전 조회 1,627
10년 전 조회 1,532
10년 전 조회 1,296
10년 전 조회 1,290
10년 전 조회 1,255
10년 전 조회 1,248
10년 전 조회 1,373
10년 전 조회 1,289
10년 전 조회 1,239
10년 전 조회 1,290
10년 전 조회 1,638
10년 전 조회 2,109
10년 전 조회 1,679
10년 전 조회 1,506
10년 전 조회 1,473
10년 전 조회 1,323
10년 전 조회 1,304
10년 전 조회 1,325
10년 전 조회 1,280
10년 전 조회 1,297
10년 전 조회 1,322
10년 전 조회 1,486
10년 전 조회 1,384