引用:
原帖由 jerry 于 2006-2-7 11:26 发表
第二段代码没有,这是怎么回事?
不好意思,還是有點不同的。
程序代码
<div id="log_<%=webLogArr(0,PageCount)%>" style="display:none"> For 2.4
<div id="log_<%=webLogArr(0,PageCount)%>"<%if webLogArr(9,PageCount)=true then %> style="display:none"<%end if%>> For 2.5
改为
程序代码
<div id="log_<%=webLogArr(0,PageCount)%>" style="display:"> For 2.4
<div id="log_<%=webLogArr(0,PageCount)%>"<%if webLogArr(9,PageCount)=true then %> style="display:"<%end if%>> For 2.5