<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <script language="javascript"> function fncSubmit() { if(document.form1.date1.checked == "" && document.form1.date2.checked == "" ) { alert('Please input date'); return false; } if(document.form1.txtName.value == "") { alert('Please input mame'); return false; } if(document.form1.gen1.checked == "" && document.form1.gen2.checked == "") { alert('Please input gender'); return false; } if(document.form1.txtPhoneNum.value == "") { alert('Please input phone no.'); return false; } if(document.form1.txtEmail.value == "") { alert('Please input email'); return false; } if(document.form1.in1.checked == "" && document.form1.in2.checked == "" && document.form1.in3.checked == "" && document.form1.in4.checked == "") { alert('Please answer question'); return false; } if(document.form1.txtCity.value == "") { alert('Please input city'); return false; } if(document.form1.b1.checked == "" && document.form1.b2.checked == "" && document.form1.b3.checked == "" && document.form1.b4.checked == "") { alert('Please input budget'); return false; } document.form1.submit(); } </script> <form action="sendmail.php" method="post" enctype="multipart/form-data" onSubmit="JavaScript:return fncSubmit();" name="form1"> <table> <tr> <td>Date</td> <td><input type="radio" name="date" id="date1" value="22 Jan 2013(Penang)" />22 Jan 2013 <input type="radio" name="date" id="date2" value="23 Jan 2013(Kuala Lumpur)"/>23 Jan 2013 </td> <tr> <tr> <td>Name</td> <td><input type="text" name="txtName"/> </td> <tr> <tr> <td>Gender</td> <td><input type="radio" name="gender" id="gen1" value="Male" />Male <input type="radio" name="gender" id="gen2" value="Female"/>Female </td> <tr> <tr> <td>Telephone Number</td> <td><input type="text" name="txtPhoneNum" /> </td> <tr> <tr> <td>E-mail Address</td> <td><input type="text" name="txtEmail" /> </td> <tr> <tr> <td>Why are you interested in Japanese real estate?</td> <td><input type="radio" name="txtQuestion" id="in1" value="Second home" />Second home <input type="radio" name="txtQuestion" id="in2" value="Investment"/>Investment <input type="radio" name="txtQuestion" id="in3" value="Education" />Male <input type="radio" name="txtQuestion" id="in4"/>Others<input type="text" name="txtOthers" /> </td> <tr> <tr> <td>City of residence</td> <td><input type="text" name="txtCity"/> </td> <tr> <tr> <td>Budget</td> <td><select name="budget"> <option selected>----------------------------</option> <option value="~0.5Mil US$" id="b1">~0.5Mil US$</option> <option value="0.5Mil~1Mil US$" id="b2">0.5Mil~1Mil US$</option> <option value="1Mil~2Mil US$" id="b3">1Mil~2Mil US$</option> <option value="2Mil US$~" id="b4">2Mil US$~</option> </select> </td> <tr> </table> <button type="submit" name="submit"/>Submit </form> </body> </html>
if(document.form1.budget.value == "") { alert('Please input budget'); return false; } <select name="budget"> <option selected>----------------------------</option> เปลี่ยน <select name="budget"> <option value="">---------SELECT-----------</option>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง