<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <body> <script language="javascript"> function fncShowHideInput(value) { var input1 = document.getElementById('txtName1'); var input2 = document.getElementById('txtName2'); if(value.checked) { input1.style.display='none'; input2.style.display='none'; } else { input1.style.display=''; input2.style.display=''; } } function fncShowHideTable(value) { var idTb = document.getElementById('tbMain'); if(value.checked) { idTb.style.display='none'; } else { idTb.style.display=''; } } </script> <form name="form1" method="post" action=""> <input type="checkbox" name="chkShowInput" value="Y" OnClick="JavaScript:fncShowHideInput(this);"> <input type="text" name="txtName" id="txtName1" value=""> <input type="text" name="txtName" id="txtName2" value=""> <br><br> <input type="checkbox" name="chkShowTable" value="Y" OnClick="JavaScript:fncShowHideTable(this);"> <table width="26%" border="1" id="tbMain"> <tr> <td>ThaiCreae.Com</td> </tr> </table> </form> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท