您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ASP.NET程序中常用的三十三种代码.txt

  2. ASP.NET程序中常用的三十三种代码 1. 打开新的窗口并传送参数:   传送参数: response.write("")   接收参数: string a = Request.QueryString("id"); string b = Request.QueryString("id1");   2.为按钮添加对话框 Button1.Attributes.Add("onclick","return confirm(’确认?’)"); button.attributes.add("onclic
  3. 所属分类:C#

    • 发布日期:2011-03-16
    • 文件大小:20480
    • 提供者:bbyexiaolong
  1. ASP.NET常用代码

  2. ASP.NET常用代码 1. 打开新的窗口并传送参数: 传送参数: response.write("") 接收参数: string a = Request.QueryString("id"); string b = Request.QueryString("id1"); 2.为按钮添加对话框 传送参数: response.write("") 接收参数: string a = Request.QueryString("id"); string b = Re quest.QueryString("
  3. 所属分类:C#

    • 发布日期:2008-12-31
    • 文件大小:23552
    • 提供者:sunyuanhong
  1. ASP常用函数:HTMLDecode

  2. ASP常用函数:HTMLDecode
  3. 所属分类:其它

    • 发布日期:2020-10-31
    • 文件大小:15360
    • 提供者:weixin_38620959
  1. ASP常用函数:HTMLDecode

  2. <% Function HTMLDecode(sText)     Dim I     sText = Replace(sText, “&” , Chr(38))     sText = Replace(sText, “”””, Chr(34))     sText = Replace(sText, “” , Chr(62))     sText = Replace(sText, ” “, Chr(32))     For I = 1 To 255         sText = Repl
  3. 所属分类:其它

    • 发布日期:2021-01-03
    • 文件大小:23552
    • 提供者:weixin_38679233