主题:  高手请进!!!(asp)

cwlcwr78

职务:普通成员
等级:1
金币:1.0
发贴:149
#12003/8/25 15:35:49
描述起来很复杂
我简单说说把
在一个已经调试正常的index ASP页中
该页主要是新闻管理的
主要代码如下:


<%
ShowSmallClassType=ShowSmallClassType_Default
MaxPerPage=MaxPerPage_Default
strFileName="Default.asp?BigClassName=" & BigClassName & "&SmallClassName=" & SmallClassName & "&SpecialName=" & SpecialName
%>


<br><%<br>dim strTitle<br>strTitle=SiteName<br>if BigClassName="" and SmallClassName="" and SpecialName="" then<br> strTitle=strTitle & "--首页"<br>else<br>strTitle=strTitle & "--文章中心"<br>if SpecialName<>"" then<br> strTitle=strTitle & "--[专题]" & SpecialName<br>else<br> if BigClassName<>"" then<br> strTitle=strTitle & "--" & BigClassName<br> end if<br> if SmallClassName<>"" then<br> strTitle=strTitle & "--" & SmallClassName<br> end if<br>end if<br>end if<br>response.write strTitle<br>%><br>


<% call xxxx %>