<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <? mysql_connect("localhost","root","1234"); mysql_select_db("test"); $sql="select * from admin"; $query = mysql_query($sql); while($resule = mysql_fetch_array($query)) { $input = $resule['id']; //print $title; //$input=$_POST['txt']; } ?> <form name="form1" method="post" action=""> <input type="text" name="txtcheck" id="txtcheck"> <input type="submit" name="button" id="button" value="Submit"> </form> <script language="JavaScript"> var x=<?=$input?>; function test(x) { if(x == 1){ document.images.pc1.src="pic/p1.png" } else if (x == 2){ document.images.pc2.src="pic/p2.png" } else {alert("no value");} } </script> <table width="254" height="110" border="1"> <tr> <td height="104"><img src="pic/pc1.png" name="pc1" width="120" height="100" id="pc1" onclick="javascript : test(1);"/></td> <td><img src="pic/pc2.png" name="pc2" width="120" height="100" id="pc2" onclick="javascript : test(2);"/></td> </tr> </table> </body> </html>
<script language="JavaScript"> function test1(){ var _val = document.getElementById('txtcheck').value if(_val != ""){ document.getElementById(_val).src="pic/p1.png" // รูปสีแดง } } function test(x){ if(x == 1){ document.getElementById("pc1").src="pic/p1.png" // รูปสีแดง } else if (x == 2){ document.getElementById("pc2").src="pic/p2.png" // รูปสีแดง } else {alert("no value");} } </script> <input type="text" name="txtcheck" id="txtcheck"> <INPUT TYPE="button" value="Submit" onclick="test1();">
<? mysql_connect("localhost","root","1234"); mysql_select_db("test"); $sql="select * from admin"; $query = mysql_query($sql); $resule = mysql_fetch_array($query); $input = $resule['id']; ?> <img src="<? if($resule['id']=="pc1"){ echo "pic/pc1.png";}else{ echo "pic/pc2.png";}?>" name="pc1" width="120" height="100" id="pc1" onclick="javascript : test(1);"/> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง