<?php $txt = $_POST['txt1']; ?> <form id="form1" name="form1" method="post" action=""> <input type="password" name="txt1" id="txt1" /> <input type="text" name="txt2" id="txt2" value="<?php echo $txt; ?>" /> <input type="submit" name="submit" id="submit" value="Submit" /> </form>
<script language="javascript"> function textBn(){ var txt1 = document.forms['0'].txt1.value; var rt = ''; if(txt1.length > 0){ rt = document.getElementById('txt2').value = txt1; return true; } } </script> <body> <?php $txt = $_POST['txt1']; ?> <form id="form1" name="form1" method="post" action=""> <input type="password" name="txt1" id="txt1" onkeydown="textBn()" /> <input type="text" name="txt2" id="txt2" value="<?php echo $txt; ?>" /> <input type="submit" name="submit" id="submit" value="Submit" /> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง