主题:  高手请进!!!(

cwlcwr78

职务:普通成员
等级:1
金币:1.0
发贴:149
注册:2002/5/18 9:24:12
#12003/8/25 16:18:01
由于相应的半快无斑竹
所以贴到这里
描述起来很复杂
我简单说说把
在一个已经调试正常的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 %>