弹出对话框后 ,返回前一页
response.write "<script language=JavaScript>" & chr(13) & "alert('修改成功!');"&"window.history.go(-1)"&" </script>"
response.End()