|
|
|
เปลี่ยนสีฟ้อนทั้งแถวตามสถานะที่เลือกจากเมนูลิส หรือแสดงสถานเป็นรูปภาพแทนข้อความ |
|
|
|
|
|
|
|
Code (PHP)
<?
$stat=$_REQUEST["stat"]; //ค่าตัวแปรที่รับมา
if($stat == "ปกติ") $color="#000000"; // สีดำ
if($stat == "เสีย") $color="#FF0000"; // สีแดง
if($stat == "รองาน") $color="#FF6600"; // สีส้ม
?>
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><font color="<?=$color?>">a</font></td>
<td align="center"><font color="<?=$color?>">a</font></td>
<td align="center"><font color="<?=$color?>">a</font></td>
<td align="center"><font color="<?=$color?>">a</font></td>
<td align="center"><font color="<?=$color?>">a</font></td>
</tr>
</table>
|
|
|
|
|
Date :
2011-08-30 14:22:37 |
By :
zenix |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมาครับ จะลองทำดู
|
|
|
|
|
Date :
2011-08-31 15:49:18 |
By :
chaivichit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2011-09-01 12:53:06 |
By :
chaivichit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|