<%
if request.cookies("adminok")="" then
response.redirect "login.asp"
end if
%>
<%
if request.form("typename")="" then
response.write "错误提示:未输入信息类型!"
response.end
end if
if request.form("vote")="" then
response.write "错误提示:未做评价!"
response.end
end if
%>
<!--#include file="articleconn.asp"-->
<!--#include file="inc/articlechar.inc"-->
<%
dim listname
dim typename
dim title
dim content
dim sql
dim rs
dim filename
dim articleid
dim outfile
dim url
dim from
dim fromurl
dim big
dim vote