<script language="javascript"> function fncSubmit() { if(document.form1.name.value == "") { alert('Please input name'); document.form1.name.focus(); return false; } if(document.form1.age.value == "") { alert('Please input age'); document.form1.age.focus(); return false; } if(document.form1.sex.checked == false && document.form1.sex1.checked == false) { alert('Please input sex'); return false; } document.form1.submit(); } </script> <body onload="document.form1.name.focus();"> <form id="form1" name="form1" method="post" action="" onSubmit="JavaScript:return fncSubmit();"> <table width="245" border="1"> <tr> <th width="52" scope="row">name</th> <td width="177"><input name="name" type="text" /></td> </tr> <tr> <th scope="row">age</th> <td><input name="age" type="text" id="age" /></td> </tr> <tr> <th scope="row">sex</th> <td><input name="sex" type="radio" id="sex" value="0" /> woman <input name="sex1" type="radio" id="sex1" value="1" /> man</td> </tr> <tr> <th scope="row"> </th> <td><input type="submit" name="Submit" value="Submit" /></td> </tr> </table> <font color=blue size=5><marquee scrolldelay="5" behavior="alternate" scrollamount="4" width="100%" bgcolor="pink" onmouseover="this.stop()" onmouseout="this.start()">ยินดีต้อนรับ</marquee></font> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง