肩周炎疾病常识
<%
if not isempty(request.querystring("id")) then
id=request.querystring("id")
else
id=1
end if
%>
<%
function xhhtml(content)
xhhtml=content
if content<>"" then
xhhtml=replace(xhhtml,chr(13)," ")
xhHtml=replace(xhHtml,chr(34),""")
xhHtml=replace(xhHtml,chr(32)," ")
end if
end function
%>
<%
set rs=server.createobject("adodb.recordset")
sql="select * from gjbcs where id="&id
rs.open sql,db,1,3
rs("xwcount")=rs("xwcount")+1
rs.update
%>