<form action="this.php" method="post"> <input type="text" name="textbox1" id="textbox1"> <input type="text" name="textbox2" id="textbox2"> <input type="button" value="ส่งข้อมูล" onclick="dothis()"> </form>
<script type="text/javascript"> function dothis() { textbox1 = document.getElementById('textbox1'); textbox2 = document.getElementById('textbox2'); textbox2.value += textbox1.value; textbox2.value += "XX"; } </script>
<script type="text/javascript"> function dothis() { textbox1 = document.getElementById('textbox1'); textbox2 = document.getElementById('textbox2'); textbox2.value += textbox1.value.charAt(textbox1.value.length - 1); textbox2.value += "XX"; } </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>Test...</title> <script type="text/javascript"> function send() { var tmp = ''; tmp += document.getElementById('input_2').value + document.getElementById('input_1').value + 'XX'; document.getElementById('input_2').value = tmp; document.getElementById('input_1').value = ''; } </script> </head> <body> <input type="text" name="input_1" id="input_1" /><br /> <input type="button" value="ส่งค่า" onclick="send();" /><br /> <input type="text" name="input_2" id="input_2" /><br /> </body> </html>
<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <body> <form action="page1.cgi" method="post" name="form1"> <input name="txt1" id="txt1" type="text" value="100" OnKeyUp="document.form2.txt2.value=this.value"> </form> <form action="page2.cgi" method="post" name="form2"> <input name="txt2" id="txt2" type="text"> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง