ASP后台添加出错,请高手帮我解决下,急啊
<%If Request.Cookies("enshi")("VIPManages")="enshi" Then%><!-- #include file="conn.asp"--><html><head><title>添加旅游信息</title><link rel="stylesheet" href="../css/style.css" type="text/css"><meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head><body><br><%dim actionaction=trim(request.querystring("action"))select case actioncase "add"dim id,title,nr,url,sj,rsid=request.form("id")title=server.htmlencode(request.form("title"))nr=request.form("nr")url=request.from("url")sj=request.form("sj")set rs=server.createobject("adodb.recordset")rs.open "select * from lvyouxinxi where id="&id&"",conn,1,1response.Write(rs("nr"))end selectif title<>"" thenconn.execute("insert into lvyouxinxi (title,nr,url,sj) values ("&title&",✀"&nr&"✀,✀"&url&"✀,✀"&sj&"✀) where id="&id&" ")response.write "<script>alert(✀旅游信息添加成功✀);location.href=✀admin_lvyouxx1.asp✀;</script>"response.endend if%><form method="post" action="?action=add"><table border="1" width="70%" cellpadding="2" cellspacing="0" bordercolordark="#f7f7f7" bordercolorlight="#cccccc" class="inputt"><tr><td bgcolor="#f7f7f7" height="30" colspan="2">添加旅游信息</td></tr><tr><td>标题</td><td><input type="text" name="title" size="30" maxlength="150" class="inputt"></td></tr><tr> <td>信息内容</td> <td><label> <textarea name="textarea" cols="50" rows="10" class="inputt"><%=rs("nr")%></textarea> (该处为第51行 出错结果如图) </label></td></tr><tr><td>图片</td><td class="inputt"><input name="DefaultPicUrl" type="text" id="DefaultPicUrl" size="56" maxlength="200"></td></tr><tr><td>时间</td><td class="inputt"><input name="UpdateTime" type="text" id="UpdateTime" value="<%=sj()%>" maxlength="50"> 时间格式为“年-月-日 时:分:秒”,如:<font color="#0000FF">2003-5-12 12:32:47</font></td></tr><tr><td colspan="2" align="center" height="30" bgcolor="#f7f7f7"><input type="submit" name="submit" value="添加信息" class="inputt"></td></tr></table></form></body></html><% Else response.redirect "../login.asp" end if%>现在是时间这一行出错了 51行已经对了 错误提示如下图 请高手帮帮忙