function checkform(myform){if (myform.content.value == "") { window.alert("ΗλΜξΠ΄ΔΪΘέ£‘"); myform.content.focus(); return false; } if (myform.name.value == "") { window.alert("ΗλΜξΠ΄ΠΥΓϋ£‘"); myform.name.focus(); return false; } if (myform.tel.value == "") { window.alert("ΗλΜξΠ΄΅η»°£‘"); myform.tel.focus(); return false; } }