以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 提交数据 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=176549) |
-- 作者:shyilin6 -- 发布时间:2022/4/17 21:28:00 -- 提交数据 Select Case e.Path Case "test.htm" Dim wb As New WeUI With wb.AddButtonGroup("","btg",True) .Add("btn1","单击显示上拉菜单").Attribute = """ End With With wb.AddActionSheet("","s1") .Add("menu1", "菜单项目1", "http://www.foxtable.com/") .Add("menu2", "菜单项目2") .Add("menu3", "菜单项目3").Attribute = "" \'这个能写提交数据吗? submit 要这么写呢 .Add("menu4","取消","",True) End With e.WriteString(wb.Build) End Select [此贴子已经被作者于2022/4/17 21:28:26编辑过]
|
-- 作者:有点蓝 -- 发布时间:2022/4/17 21:44:00 -- 参考:http://www.foxtable.com/mobilehelp/topics/0101.htm |