<html> <head> <title>Transfer to next page</title> <script type="text/javascript"> function edit_panel() { var str = document.getElementById('textbox1').value; var url = 'editpage.php'; var name = 'edit_panel'; var feature = 'width=500,height=500,menubar=0,location=0,toolbar=0,status=0,resizable=0'; winRef= window.open(url,name,feature); winRef.str = str; winRef.focus(); } </script> <html> <body> <input type="text" id="textbox1" /> <button onclick="javascript:edit_panel()">Edit</button> </body> </html>
<input type="text" id="textbox1"/> <script type="text/javascript"> document.getElementById('textbox1').value = self.str; </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง