<script type="text/javascript"> <!-- function BwindowWidth() { if (window.innerWidth) return window.innerWidth; else if (document.body && document.body.offsetWidth) return document.body.offsetWidth; else return 0; } function BwindowHeight() { if (window.innerHeight) return window.innerHeight; else if (document.body && document.body.offsetHeight) return document.body.offsetHeight; else return 0; } function recal() { if (Width != BwindowWidth() || Height != BwindowHeight()) window.history.go(0); } /*initialization for NetScape */ if(!window.Width && window.innerWidth) { window.onresize = recal; Width = BwindowWidth(); Height = BwindowHeight(); } //--> </script> <script type="text/JavaScript"> <!-- /*initialization for Internet Explorer !!! Leave this funtion between the body tag */ if(!window.Width && document.body && document.body.offsetWidth) { window.onresize = recal; Width = BwindowWidth(); Height = BwindowHeight(); } //--> </script> <script type="text/javascript"> <!-- document.write("หน้านี้มีขนาด "+Width +" X "+Height); //--> </script> <img src="img/chart.png" width=" Width ">
<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <body> <script language="JavaScript"> function fncChkSize1() { var ele = document.getElementById("txtA"); alert (ele.size) } function fncChkSize2() { var ele = document.getElementById("txtB"); alert (ele.style.width) } </script> <body> <form name="frmMain" method="post"> <input name="txtA" size="50" type="text" id="txtA" value=""> <input name="chkSize1" type="button" id="chkSize1" onClick="Javascript:fncChkSize1();" value="Check Size"> <hr> <input name="txtB" type="text" id="txtB" value="" style="width:100px"> <input name="chkSize2" type="button" id="chkSize2" onClick="Javascript:fncChkSize2();" value="Check Size"> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง