以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  AddVcodeButton 按钮类型为提交。。  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=102389)

--  作者:fubblyc
--  发布时间:2017/6/19 9:48:00
--  AddVcodeButton 按钮类型为提交。。
    With wb.AddInputGroup("form1","ipg54","评分")
        With .AddInputCell("ic111") \'通过InputCell增加输入框
            .AddInput("评分","number",1) \'增加输入框,1表示显示在中间
            .AddVcodeButton("保存","保存",2).Attribute = "type=\'submit\'"   这样写没有提交,没有反应,不知道怎么做。。。
        End With
    End With

--  作者:有点色
--  发布时间:2017/6/19 10:22:00
--  

 

.AddVcodeButton("保存","保存",2).attribute="onclick=""form1.submit();"""


--  作者:fubblyc
--  发布时间:2017/6/19 10:31:00
--  
厉害了,老师!!!