name="description" 网页描述为什么出现在网页顶部,跪求帮忙!
文章显示页面代码
<html>
<head>
<%
id=trim(request.querystring("id"))
id=fld(id)
if not isnumeric(id) then
call yzcc("请合法操作!")
end if
set rs_wz=server.createobject("adodb.recordset")
lr_wz="select zt,xl,Content,lxr,ly,hyzh,tjf,ll,fbsj from wz where shf=true and id="&id
rs_wz.open lr_wz,conn,1,2,1
if rs_wz.recordcount<>1 then
response.write "<script>alert('您查看的文章不存在或末通过审核!<确定>返回首页!');location='index.asp'</script>"
response.end
end if
rs_wz("ll")=rs_wz("ll")+1
rs_wz.update
ytgjz=left(replace(replace(rs_wz("Content"),chr(10)&chr(13),""),chr(32),""),100)&"..."
%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="<% =rs_wz("zt") %>" />
<meta name="description" content="<% =ytgjz %>" />
<title><% =rs_wz("zt") %>,<% =rs_xtpz("mc") %></title>
|