%
ShowSmallClassType=ShowSmallClassType_Article
dim ArticleID
ArticleID=trim(request("ArticleID"))
if ArticleId="" then
response.Redirect("Product.asp")
end if
sql="select * from Products where ArticleID=" & ArticleID & ""
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,3
if rs.bof and rs.eof then
response.write""
else
rs("Hits")=rs("Hits")+1
rs.update
if rs("hits")>=HitsOfHot then
rs("Hot")=True
rs.update
end if
BigClassName=rs("BigClassName")
SmallClassName=rs("SmallClassName")
%>
<%if not(rsBigClass.bof and rsBigClass.eof) and ShowSmallClassType="Menu" then response.write " onmousemove='HideMenu()'"%>
|
|
|
|
<%
response.write " " & rs("BigClassName") & " >> "
if rs("SmallClassName") & ""<>"" then
response.write "" & rs("SmallClassName") & " >> "
end if
response.write rs("Title")
%>
【Return】 |
|
 |
|
<%call ShowArticleContent()%> |
The picture just for your reference, you can design any shape for making. |
 |
Hits :<%=rs("Hits")%> Input time:<%= FormatDateTime(rs("UpdateTime"),2) %> 【 Print this page】
|
 |
|
|