Foxtable(狐表)用户栏目专家坐堂 → 如果实现Uploader中必须要有文件才可 以提交表单


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

主题:如果实现Uploader中必须要有文件才可 以提交表单

帅哥,在线噢!
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:107744 积分:548059 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2017/5/6 9:55:00 [显示全部帖子]


 回到顶部
帅哥,在线噢!
有点蓝
  2楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:107744 积分:548059 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2017/5/9 22:22:00 [显示全部帖子]

wb.AddForm("","form1","http://mt.gzhito.com.cn/shjg.htm?id=" & e.GetValues("id") & "&user=" & e.GetValues("user") & "") 'Attribute = ""
With wb.AddButtonGroup("form1","btg1",True)
    .Add("btn1", "确定", "button").Attribute = "onclick='shqr()'"
End With
With wb.AddDialog("","dlg2", "删除确认","请确认货物是否已经送达?")
    .AddButton("btnCancel","取消").Kind = 1
    .AddButton("btnOK","确定").Attribute = "onclick=myfunction()'"
End With
With wb.AddDialog("","dlg5", "送货确认成功!","") '增加订单失败提示框
    .AddButton("btnOK","确定")
End With
With wb.AddDialog("","dlg3", "错误","") '增加订单失败提示框
    .AddButton("btnOK","确定")
End With

 回到顶部