Notice: Undefined index: lang_id in D:\DL_WEB\DLWeb_Booking\application\dl_web_base\get_file.php on line 80 Notice: Undefined index: lang_id in D:\DL_WEB\DLWeb_Booking\application\dl_web_base\lib\functions.php on line 288 Notice: Undefined index: lang_id in D:\DL_WEB\DLWeb_Booking\application\dl_web_base\lib\functions.php on line 301 function CheckEmails() { email = document.getElementById('id_email'); email_confirm = document.getElementById('id_email_confirm'); if (email.value != email_confirm.value) { alert (''); return false; } return true; }