|
|
|
ขอ code เกี่ยวกับฟอร์มให้เลือกตารางสี ลงช่อง text box หน่อยค่ะ |
|
|
|
|
|
|
|
Code (PHP)
<?
function table_color($input,$id_table,$view_color,$style){
global $num_table;
$num_table++;
?>
<table align="center" border="0" cellpadding="2" cellspacing="1" bgcolor="#000000" style="position:absolute; display:none;" id="<?=$id_table?>">
<tr bgcolor="#FFFFFF" class="font12" height="20">
<td colspan="16" ><fieldset style="width:100px; border:1px solid #FFFFFF" id="show_color<?=$num_table?>"></fieldset> <label id="show_code<?=$num_table?>"></label></td>
<td colspan="2" align="center" class="font12"><a href="javascript:" onclick="<?=$id_table?>.style.display='none'">ปิด</a></td>
</tr>
<?
$arr_style = array("color","background");
$arr_code_color = array("00","33","66","99","CC","FF");
for($n=0;$n<count($arr_code_color); $n=$n+3){
for($R=0;$R<count($arr_code_color); $R++){
?><tr><?
for($L=$n;$L<$n+3; $L++){
for($C=0;$C<count($arr_code_color); $C++){
$color_code = $arr_code_color[$L].$arr_code_color[$C].$arr_code_color[$R];
?><td bgcolor='<?=$color_code?>' width='10' height='10' title='#<?=$color_code?>' onclick="document.all('<?=$input?>').value='#<?=$color_code?>'; <? if($view_color){?>document.all('<?=$view_color?>').style.<?=$arr_style[$style]?>='#<?=$color_code?>'<? }?>;" onmouseover="show_code<?=$num_table?>.innerHTML='#<?=$color_code?>'; show_color<?=$num_table?>.style.background='<?=$color_code?>'" onmouseout="show_code<?=$num_table?>.innerHTML=''; show_color<?=$num_table?>.style.background=''"></td>
<?
}
}
}
?></tr><?
}
?>
</table>
<? } ?>
สี <input type="text" name="code_color" size="7" onclick="table_color.style.display=''"> คลิกช่องเพื่อเลือกสี <? table_color("code_color","table_color",'',0);?>
|
|
|
|
|
Date :
2010-09-02 12:28:20 |
By :
heng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ยังไงค่ะ ใช้ไม่เป็น โหลดมาแล้วต้องเอาไปใส่ในไฟล์โปรเจคที่เราต้องการหรือป่าวแล้วเวลาคอลค่ะยังไงค่ะ โอ๋ใช้ vb.net เขียนต้องนำไปใช้งานอย่างไร
|
|
|
|
|
Date :
2010-11-17 00:15:04 |
By :
jaoa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|