<% function message(content,url) response.write("<script language='javascript'>alert('"&content&"');window.location.href='"&url&"';</script>" response.end() end function %> <% .......... message"添加不完整!","index.asp" ........................... %>