zoukankan      html  css  js  c++  java
  • ASP错误信息提示函数

    sub ShowErrInfo(TopInfo)
        conn.Close
        set conn=nothing
        Response.Write "<html><head>"
        Response.Write "<meta http-equiv=Content-Type content=text/html;charset=gb2312></head>"
        Response.Write "<body topmargin=0  rightmargin=0  leftmargin=0>"
        Response.Write "<script language=vbscript>" & vbcrlf
        Response.Write "MsgBox """&TopInfo&""",16,""错误提示信息""" & vbcrlf
        Response.Write "location.href = ""javascript:history.back()""" & vbcrlf
        Response.Write "</script>" & vbcrlf
        Err.Clear
        response.end
    end sub
  • 相关阅读:
    html中的浮动
    Html中元素的分类
    前端标签命名规范
    meta详解
    CSS的嵌套方法
    html标签
    W3C标准
    AE待整理
    AE小知识点备忘录
    Maximum Subarray
  • 原文地址:https://www.cnblogs.com/guoxiaowen/p/1751204.html
Copyright © 2011-2022 走看看