<span id="button"> <table width="200" border="1"> <tr> <td><input type="text" name="id"></td> <td> </td> </tr> </table> </span> <input type="button" name="" onclick="javascript:if(this.click){document.all.button.style.display=''; }">0000 <input type="button" name="" onclick="javascript:if(this.click){document.all.button.style.display='none';}">111
<script type="text/javascript"> $(document).ready(function(){ $("#btn1").click(function(){ $("#div1").toggle(); }); }); </script>
<script> function show_data($data) { if ($data=="1") { document.getElementById('button_filed').style.display = 'block'; document.getElementById('button').style.display = 'none'; document.getElementById('button1').style.display = 'block'; } else if ($data=="2") { document.getElementById('button_filed').style.display = 'none'; document.getElementById('button').style.display = 'block'; document.getElementById('button1').style.display = 'none'; } } </script> <span id="button_filed" style="display:none"> <table width="200" border="1" id="table_show" > <tr> <td><input type="text" name="id"></td> <td> </td> </tr> </table> </span> <input type="button" id="button" name="button" onclick="show_data(1)" value="0k"> <input type="button" id="button1" name="button1" onclick="show_data(2)" value="0k" style="display:none">
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง