Foxtable(狐表)用户栏目专家坐堂 → 点击删除无反应


  共有602人关注过本帖树形打印复制链接

主题:点击删除无反应

帅哥哟,离线,有人找我吗?
ycs5801
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:四尾狐 帖子:940 积分:6788 威望:0 精华:0 注册:2009/6/24 9:44:00
点击删除无反应  发帖心情 Post By:2023/12/17 11:49:00 [只看该作者]

  wb.InsertHTML("<div style='height:50px'></div>")
        wb.AddPage("", "page3").Attribute = "style='position: fixed;bottom: 0;right: 0;left: 0'" '增加两个page
        With wb.AddButtonGroup("page3", "btg1", False)
            .Add("btn1", "返回首页", "", "default.htm")
            '            .Add("btn2", "保存", "button").Attribute = ""
                        If e.Cookies("用户级别") = "科长" Then
                            .Add("btnDelete", "删除").Attribute = """
                        End If 
            
        End With
        e.WriteString(wb.Build)
        With wb.AddDialog("", "dlg1", "删除确认", "您确定要删除当前信息吗?")
            .AddButton("btnCancel", "取消").Kind = 1
            .AddButton("btnOK", "确定").Attribute = " & e.GetValues("name") & "'"""
         
        End With
           e.WriteString(wb.Build)

网页中点击删除无反应

 回到顶部
帅哥哟,离线,有人找我吗?
ycs5801
  2楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:四尾狐 帖子:940 积分:6788 威望:0 精华:0 注册:2009/6/24 9:44:00
  发帖心情 Post By:2023/12/17 12:01:00 [只看该作者]

Uncaught TypeError: Cannot read properties of null (reading 'classList')
    at show (weui.me.js:228:10)
    at HTMLButtonElement.onclick (zdzs.htm?name=1306:64:98)

浏览器错误信息

 回到顶部
帅哥哟,离线,有人找我吗?
ycs5801
  3楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:四尾狐 帖子:940 积分:6788 威望:0 精华:0 注册:2009/6/24 9:44:00
  发帖心情 Post By:2023/12/17 16:45:00 [只看该作者]

已解决。多写了个 e.WriteString(wb.Build)

 回到顶部