<script>
//*Begin Full Check
function check() {
var f=0;
for (var e=0;e<=6;e++)
{
if (document.getElementById(e).value != "") {f++;}
}
if (f!=0 && (document.getElementById("mail").value != "")) {return true;}
else
alert ("ٳҡ͡Ŵ¤Ѻ");
return false;
}
//* Begin E-mail Check!
function emailCheck(txt) {
if (txt.indexOf("@")<2 || txt.indexOf('"')!=-1 || txt.indexOf("'")!=-1){
alert("กรุณากรอกอีเมล์ด้วยครับ");
return false;
}
return true;
}
</script>
|
|||||||||||||||||||||||||||||||||||||||||||||
หรือ
คุณสามารถติดต่อเราได้ที่ 085-9044190 (09:00 - 17:00 น.)
และอีเมล์หาเราได้ที่ info@sprachcaffe-thai.com
<script language="JavaScript">
//*** ALL OK
if (document.location.search.slice(document.location.search.length - 2) == "ok") {document.getElementById("display").innerHTML = "
Sprachcaffe News Letters Submission
E-mail successfully added.
Thank you for your submition.
You will be joined to our subscription list
as soon as possible.
";}
//*** DUPLICATE
if (document.location.search.slice(document.location.search.length - 2) == "no") {document.getElementById("no").innerHTML = "
Sorry, your e-Mail address is already submitted.
Please try again.
</script>


