﻿////////////Hong Kong Funeral Home ///////////////////////////////////////////////////////////////////////////////////////////
function checkcontact_en(){
var test_status=true;
if (document.getElementById('name').value == ""){
			alert("Please input your Name!");
			test_status=false;
			return false;
}

	if (document.getElementById('email').value == ""){
		alert("Please input your E-mail Address");
		document.getElementById('email').focus();
		test_status=false;
		return false;
    }else {
		var emailStr=document.getElementById('email').value;
		//alert(emailStr);
		var emailPat=/[_a-zA-Z\d\-\.]+@[_a-zA-Z\d\-]+(\.[_a-zA-Z\d\-]+)+$/; 
		var matchArray=emailStr.match(emailPat);
		if (matchArray==null) {
 			alert("E-mail Address must include ( @ and . )");
		    document.getElementById('email').focus();
			test_status=false;
 			return false;
		}
	}






if (document.getElementById('enquiry').value == ""){
			alert("Please input the Enquiry");
			test_status=false;
			return false;
}


}


function checkcontact_tc(){
var test_status=true;
if (document.getElementById('name').value == ""){
			alert("請輸入姓名！");
			test_status=false;
			return false;
}

	if (document.getElementById('email').value == ""){
		alert("請輸入電郵地址！");
		document.getElementById('email').focus();
		test_status=false;
		return false;
    }else {
		var emailStr=document.getElementById('email').value;
		//alert(emailStr);
		var emailPat=/[_a-zA-Z\d\-\.]+@[_a-zA-Z\d\-]+(\.[_a-zA-Z\d\-]+)+$/; 
		var matchArray=emailStr.match(emailPat);
		if (matchArray==null) {
 			alert("電郵地址格式不正確，需包括 ( @ 及 . )");
		    document.getElementById('email').focus();
			test_status=false;
 			return false;
		}
	}





if (document.getElementById('enquiry').value == ""){
			alert("請輸入查詢內容！");
			test_status=false;
			return false;
}


}


function checkcontact_sc(){
var test_status=true;
if (document.getElementById('name').value == ""){
			alert("请输入姓名！");
			test_status=false;
			return false;
}

	if (document.getElementById('email').value == ""){
		alert("请输入电邮地址！");
		document.getElementById('email').focus();
		test_status=false;
		return false;
    }else {
		var emailStr=document.getElementById('email').value;
		//alert(emailStr);
		var emailPat=/[_a-zA-Z\d\-\.]+@[_a-zA-Z\d\-]+(\.[_a-zA-Z\d\-]+)+$/; 
		var matchArray=emailStr.match(emailPat);
		if (matchArray==null) {
 			alert("电邮地址格式不正确，需包括 ( @ 及 . )");
		    document.getElementById('email').focus();
			test_status=false;
 			return false;
		}
	}





if (document.getElementById('enquiry').value == ""){
			alert("请输入查询内容！");
			test_status=false;
			return false;
}


}


////////////Hong Kong Funeral Home ///////////////////////////////////////////////////////////////////////////////////////////













