如何修改能正常回复留言呢?
'修改留言资料if request("send")="ok" then
response.write "<script language='javascript'>window.alert('如果你要审核并回复留言,请到官方网(www.****.cn)上留言或咨询!');window.location='admin_feedback.asp';</script>"
response.end
end if
如何修改能正常回复留言呢?
if request("send")="ok" then
response.redirect "admin_feedback.asp"
end if
这样改,显示是成功,可是,实际上是没有回复前的留言!