<?php $aa="hello"; ?> <html> .. <input type =checkbox name=intTypeApplication[] value=2 checked=checked onClick=test01($aa) /> ... </html> <script type="text/javascript" src="test01_js.js" > </script> และไฟล์ที่ 2 // test01_js.js function test01(txt) { alert("your txt is "+txt); }
<script> function test01(txt){ alert(txt); return false; } </script> <input type="checkbox" id="chk" value="1" onclick="return test01(document.getElementById('chk').value);">
<script> function test01(txt){ alert(txt); window.location='test01.php?aa='+txt; } </script> <input type="checkbox" id="chk" value="1" onclick="return test01(document.getElementById('chk').value);">
echo $aa=$_GET['aa'];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง