function ValidateForm(){ if(document.form1.catname.value == ''){ alert("Please input admin name"); document.form1.catname.focus(); return false; } return true; } <form id="form1" name="form1" method="post" action="" onsubmit="return ValidateForm()">
function ValidateForm(){ if(document.form1.catname.value == ''){ alert("Please input category name"); document.form1.catname.focus(); return false; } return true; }//function ValidateForm(){ </script> </head> <body> <div id="wrapper"> <div id="header"> <div id="logo"> <img src="../pic/Home_03.png" width="450" height="132" /> </div><!--header--> <div id="h"> <p>User : <?php echo $_SESSION["s_admin"] ?> <br> <br /> Level : <?php if ($_SESSION["s_level"]==1) echo "Admin"; else echo "User"; ?><br><br /> <a href="logout.php">Logout</a> | <a href="changepassword.php">Change Password </a></p> </div> </div><!--header--> <?php require_once('m2.php'); ?> <div id="menu"></div> <div id="textHeader"> <div style="font-size:36px;">Administrator</div> <div style="color:#29121a;">Cake Cartoon</div> </div> <?php $catname = @trim($_POST["catname"]); $catactive = @trim($_POST["catactive"]); if (!empty($catname)){ if ($catactive==1) $catactive = true; else $catactive = false; $sql = "insert into category set catname = '$catname', catactive = '$catactive'"; $result = mysql_query($sql) or die("$sql"); die("<script>alert('Save New Category');window.location='showcategory.php';</script>"); } ?> <form id="form1" name="form1" method="post" action="" onsubmit="return ValidateForm()"> <center><table width="60%" border="0" cellspacing="4" cellpadding="6"> <tr> <th colspan="2" bgcolor="#FFCCCC" scope="row">Add Category</th> </tr> <tr> <th width="36%" bgcolor="#FFCCCC" scope="row">Category Name</th> <td width="64%" bgcolor="#FFFFFF"><label> <input name="catname" type="text" id="catname" value="<?php echo $catname?>" size="40" /> </label></td> </tr> <tr> <th bgcolor="#FFCCCC" scope="row">Active</th> <td bgcolor="#FFFFFF"><label> <input name="catactive" type="checkbox" id="catactive" value="1" checked="checked" /> </label></td> </tr> <tr> <th colspan="2" bgcolor="#FFCCCC" scope="row"><label> <input type="submit" name="button" id="button" value="Submit" /> <input type="reset" name="button2" id="button2" value="Reset" /> </label></th> </tr> </table></center> <div id="content"> </div><!--content--> <div id="footer">Copyright © 2006-2008 Cartoon Cake ® </div><!--footer--> </div><!--wrapper--> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง