<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> </head> <body> <form action="" method="post" enctype="multipart/form-data" name="form1" id="form1"> <input type="text" name="txt" id="txt" /> <br /><br /> <input type="file" name="file" id="file" /> <br /><br /> <input type="submit" name="button" id="button" value="Submit" /> </form> </body> </html>
<form action='ใส่หน้า.php'> <input type='submit' name='page1' value='page1'> <input type='submit' name='page2' value='page2'> </form> if($page1 == 'page1') { echo "<script>location='save_1.php';</script>"; } else if ($page2 == 'page2') { echo "<script>location='save_2.php';</script>"; }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <script type="text/javascript"> function fncSubmit(){ document.form1.target = "ifupdate1" document.form1.method = "post" document.form1.action = "save_1.php" document.form1.submit(); document.form1.target = "ifupdate2" document.form1.method = "post" document.form1.action = "save_2.php" document.form1.submit(); } </script> </head> <body> <form action="" method="post" enctype="multipart/form-data" name="form1" id="form1"> <input type="text" name="txt" id="txt" /> <br /><br /> <input type="file" name="file" id="file" /> <br /><br /> <input type="button" name="button" id="button" value="Submit" onclick="fncSubmit();" /> </form> <iframe name="ifupdate1" width="800" height="300" style="display:none"></iframe> <iframe name="ifupdate2" width="800" height="300" style="display:none"></iframe> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง