以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  弹窗  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=193516)

--  作者:qazlinle6
--  发布时间:2024/9/22 21:44:00
--  弹窗


  With wb.AddInputGroup("form1", "ipg1", "列表项目")
               .AddInput("店名", "店名", "text")
                  End With
        With wb.AddButtonGroup("form1", "btg1", True)
            .Add("btn1", "查询", "button").Attribute = ""
        End With


可以把上面代码放下面弹窗不
With wb.AddButtonGroup("","bng2",True)
            .Add("btn1","Dialog1").Attribute = """
        End With
        With wb.AddDialog("","dlg1"
"
提示","您的订单正在派送,请注意查收!")
            .AddButton("btnOK",
"
确定").Attribute = """
        End With
[此贴子已经被作者于2024/9/22 22:05:37编辑过]

--  作者:有点蓝
--  发布时间:2024/9/22 22:28:00
--  
http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&Id=179327