如何编写标题颜色?
yoncu 2005-05-31 03:20:11 下面是我的部分代码:
<tr>
<td width="11%">标题颜色</td>
<td width="89%"><input type="text" class="text" name="titlecolor" size="31">
颜色代码 如:red或#FF0000</td>
</tr>
titlecolor=Up.form("titlecolor")
if titlecolor="" then titlecolor="black"
不知该怎么编写了,怎么实现要求什么颜色标题就显示什么颜色呢?
请大家帮帮忙!