//===================================
// Email Check Function
//===================================
function Chk_Email(type) {
var obj_email = document.form.email;
var struserid = document.form.userid;
var mailcheck = document.form.mailcheck;
var tail
if(mailcheck.checked){
tail = "@kma.or.kr";
if(struserid.value != ""){
obj_email.value = struserid.value + tail;
}else{
alert('아이디를 입력해주세요');
struserid.focus();
mailcheck.checked = false;
return false;
}
}
else{
obj_email.value = "";
}
return true;
}
영삼넷
Categories
Recent Posts
Recent Comments
Statistics
- Total Visitors:
- 356486
- Today:
- 684535
- Yesterday:
- 9753381
IT강국 김영삼 블로그에 오신걸 진심으로 환영합니다.
©2002 영삼넷 // openkr
©2002 영삼넷 // openkr