<? <p align="center"><img src="_H.png" width="930" height="380"></p> <form action="NewQuestion.php?Action=Save" method="post" name="frmMain" id="frmMain"> <div align="center"> <table width="621" border="1" cellpadding="1" cellspacing="1"> <tr> <td>Question</td> <td><input name="txtQuestion" type="text" id="txtQuestion" value="" size="70"></td> </tr> <tr> <td width="78">Details</td> <td><textarea name="txtDetails" cols="50" rows="5" id="txtDetails"></textarea></td> </tr> <tr> <td>picture</td> <td> <form name="form1" method="post" action="ViewWebboard.php" enctype="multipart/form-data"> Name : <input type="text" name="txtName"><br> Picture : <input type="file" name="filUpload"><br> <input name="btnSubmit" type="submit" value="Submit"> </form> </td> </tr> <tr> <td width="78">Name</td> <td width="647"><input name="txtName" type="text" id="txtName" value="" size="50"></td> </tr> </table> <p> <input name="btnSave" type="submit" id="btnSave" value="Submit"> </p> <p><a href="main.php">กลับหน้าหลัก</a></p> </div> </form> ?>
<form name=main> <input type=text onchange="frmtmp.tmpdata.value=this.value"> <input type=button value="upload" onclick="frmtmp.tmpfile.click()" > <input type=button value="Submit" onclick="frmtmp.submit()" > </form> <div style="display: none"> <form name=frmtmp ><input type=text name=tmpdata ><input type=file name=tmpfile ></form> </div>
<form action="NewQuestion.php?Action=Save" method="post" name="frmMain" id="frmMain"> ... ... ... <form name="form1" method="post" action="ViewWebboard.php" enctype="multipart/form-data"> Name : <input type="text" name="txtName"><br> Picture : <input type="file" name="filUpload"><br> <input name="btnSubmit" type="submit" value="Submit"> </form> ... ... ... </form>
<form action="NewQuestion.php?Action=Save" method="post" name="frmMain" id="frmMain" enctype="multipart/form-data" > ... ... ... Name : <input type="text" name="txtName"><br> Picture : <input type="file" name="filUpload"><br> ... ... ... </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง