replace("")函数报错..大家来看一下.
<%=replace(ors("jj"),vbCrlf,"<br>")%>
或
<%
if ors("jj")="" or ors("jj")=null then
response.write ""
else
jj=replace(ors("jj"),chr(13),"<br>")
response.write jj
end if %>
都不行...
Microsoft VBScript 运行时错误 (0x800A005E)
无效使用 Null: 'replace'
/zht/life/lookchina/index1.asp, 第 248 行