<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Untitled Document</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script type="text/javascript"> (function (d) { d.getElementById('form').onsubmit = function () { d.getElementById('submit').style.display = 'none'; d.getElementById('loading2').style.display = 'block'; }; }(document)); </script> </head> <body> <form id="form" action=""> <div id="loading2" style="display:none;"><img src="loading.gif" alt="" />Loading!</div> <input id="submit" value="Click!" type="submit" /> </form> </body> </html>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <form id="form2" action=""> <div id="loading3" style="display:none;"><img src="http://article.onlinewebtool.com/wp-content/images/loading.gif" alt="">Loading!</div> <input id="submit2" style="width: 100px;" value="Click!" type="submit"> </form> <script type="text/javascript"> (function (d1) { d1.getElementById('form2').onsubmit = function () { d1.getElementById('submit2').style.display = 'none'; d1.getElementById('loading3').style.display = 'block'; return false; }; }(document)); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง