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

· 10년 전 · 1162

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,340
10년 전 조회 1,288
10년 전 조회 1,762
10년 전 조회 1,276
10년 전 조회 1,273
10년 전 조회 1,491
10년 전 조회 1,292
10년 전 조회 1,328
10년 전 조회 1,166
10년 전 조회 1,426
10년 전 조회 1,256
10년 전 조회 1,180
10년 전 조회 1,241
10년 전 조회 1,907
10년 전 조회 1,262
10년 전 조회 1,261
10년 전 조회 1,275
10년 전 조회 1,379
10년 전 조회 1,858
10년 전 조회 1,446
10년 전 조회 1,274
10년 전 조회 1,201
10년 전 조회 1,233
10년 전 조회 1,337
10년 전 조회 1,241
10년 전 조회 1,317
10년 전 조회 1,224
10년 전 조회 1,408
10년 전 조회 1,254
10년 전 조회 1,221
10년 전 조회 1,166
10년 전 조회 1,826
10년 전 조회 1,319
10년 전 조회 1,235
10년 전 조회 1,266
10년 전 조회 1,256
10년 전 조회 1,281
10년 전 조회 1,243
10년 전 조회 1,760
10년 전 조회 1,203
10년 전 조회 1,280
10년 전 조회 1,166
10년 전 조회 1,749
10년 전 조회 1,329
10년 전 조회 1,341
10년 전 조회 1,384
10년 전 조회 1,324
10년 전 조회 1,338
10년 전 조회 1,260
10년 전 조회 1,163
10년 전 조회 1,289
10년 전 조회 1,158
10년 전 조회 1,498
10년 전 조회 1,214
10년 전 조회 1,228
10년 전 조회 1,212
10년 전 조회 1,234
10년 전 조회 1,294
10년 전 조회 1,203
10년 전 조회 1,217
10년 전 조회 1,417
10년 전 조회 1,218
10년 전 조회 1,326
10년 전 조회 1,294
10년 전 조회 1,311
10년 전 조회 1,426
10년 전 조회 1,295
10년 전 조회 1,251
10년 전 조회 1,270
10년 전 조회 1,386
10년 전 조회 1,268
10년 전 조회 1,224
10년 전 조회 1,246
10년 전 조회 1,259
10년 전 조회 1,322
10년 전 조회 1,241
10년 전 조회 1,462
10년 전 조회 1,616
10년 전 조회 1,510
10년 전 조회 1,273
10년 전 조회 1,268
10년 전 조회 1,232
10년 전 조회 1,225
10년 전 조회 1,350
10년 전 조회 1,273
10년 전 조회 1,219
10년 전 조회 1,272
10년 전 조회 1,623
10년 전 조회 2,081
10년 전 조회 1,660
10년 전 조회 1,489
10년 전 조회 1,458
10년 전 조회 1,296
10년 전 조회 1,284
10년 전 조회 1,302
10년 전 조회 1,264
10년 전 조회 1,272
10년 전 조회 1,307
10년 전 조회 1,466
10년 전 조회 1,369