程序代码:
<!--#include file="conn.asp"-->
<% if request.cookies("godbook")("username")="" then
response.Redirect("login.asp")
end if %>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<% newsid=request.QueryString("newsid")
bookid=request.QueryString("bookid")
userid=request.QueryString("userid")
if newsid="" then
newsid=0
end if
if bookid="" then
bookid=0
end if