以文本方式查看主题 - Foxtable(狐表) (http://www.foxtable.com/bbs/index.asp) -- 专家坐堂 (http://www.foxtable.com/bbs/list.asp?boardid=2) ---- 请问老师,如果要在weui中的button按钮。 (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=130956) |
-- 作者:houseer -- 发布时间:2019/2/12 22:52:00 -- 请问老师,如果要在weui中的button按钮。 我想实现:当用户按下button按钮时,根据页面上的某个输入框的值,当成一个参数。 进行一个sql语句的操作。 请问有这样的例子吗老师? |
-- 作者:有点蓝 -- 发布时间:2019/2/12 23:01:00 -- 使用ajex函数即可:http://www.foxtable.com/mobilehelp/scr/0103.htm、http://www.foxtable.com/mobilehelp/scr/0057.htm 比如: With .Add("btn3", "自定义", "button") \'自定义按钮 .Attribute = "onclick=""submitAjaxFileds(\'valid.htm\',\'\',\'产品\',false)""" End With |