<meta http-equiv="Content-Type" content="text/html; charset=utf8" /> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("div[for=all]").hide(); $("div#page1").show(); var prevpage,curpage; $(".prevpage").click(function(){ prevpage = $(this).parent("div[for=all]").prev().attr("id"); curpage = $(this).parent("div[for=all]").attr("id"); $("#"+curpage).hide(400); $("#"+prevpage).show(400); }); $(".nextpage").click(function(){ nextpage = $(this).parent("div[for=all]").next().attr("id"); curpage = $(this).parent("div[for=all]").attr("id"); $("#"+curpage).hide(400); $("#"+nextpage).show(400); }); }); </script> <form> <div id="page1" for="all"> <legend>Page One</legend> <br /> <input type="button" value="Next >>" class="nextpage" /> </div> <div id="page2" for="all"> <legend>Page Two</legend> <br /> <input type="button" value="<< Prev" class="prevpage" /> <input type="button" value="Next >>" class="nextpage" /> </div> <div id="result" for="all"> <legend>The Last Page</legend> <input type="button" value="<< Prev" class="prevpage" /> <input type="submit" /> </div> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง