欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

变量名和值之间不能有空格 否则可能会报 缺少对象的错 Microsoft VBScript 运行时错误 错误 '800a01a8' 缺少对象

  if url<>"" then urlstr="location.href='"&url&"';"
    if url="-1" then urlstr="history.go(-1);"
    if str<>""  then str="alert('"&str&"');"
    response.write("<script>"&str&urlstr&"</script>")
普通分类: