关键词是 request("key")
数据是rs("body")
那就是
name=rs("name")
key=request("key")
content=strContent.Replace(""&key&"","<font color=red>"&key&"</font>")
输入就是 <%=content%>
可以先读出字段内容然后用条件语句判断。例如:
<%if rs("title")="open" then%>
<%elseif rs("title")="close" then%>
这里用HTML代码(实现颜色显示)
<%end if%>
if(LABLE00--LABLE30.text=="A"){
LABLE00--LABLE30.ForeColor="RED"
}
else
{
LABLE00--LABLE30.ForeColor="YELLOW "
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)