以文本方式查看主题 - Foxtable(狐表) (http://www.foxtable.com/bbs/index.asp) -- 专家坐堂 (http://www.foxtable.com/bbs/list.asp?boardid=2) ---- e.PostValues (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=174437) |
||||
-- 作者:qazlinle6 -- 发布时间:2022/1/15 17:15:00 -- e.PostValues With wb2.AddInputGroup("","ipg1","") .AddInput("Name","账号","Text").PlaceHolder= "请输入身份证姓名" .AddInput("电话","电话","Text").PlaceHolder= "请输入电话号码验证" .AddInput("身份证号码","号码","Text").PlaceHolder= "请输入身份证号码验证" End With With wb2.AddArticle("","ar02") .AddTitle("h01"," <a href=""员工注册.htm?a="& e.PostValues("Name") & "&a1="& e.PostValues("电话") & "&a2="& e.PostValues("电话") & """><div class=\'card\'><img src=\'./images/员工注册.png\' style=\' left: 2.5%;width: 100%;border-radius: 10px;\'class=""fa fa-file-picture-o fa-2x"" ><br><span style=\'height:12px;width:100%;float:left;font-size:30px;color:#abc1ff;text-align: center;font-family: 华文行楷;\'> 查询 </span> </div></a>") End With 为什么这个上面有数,也显示的空白
|
||||
-- 作者:有点蓝 -- 发布时间:2022/1/15 17:21:00 -- e.PostValues("name")
|
||||
-- 作者:qazlinle6 -- 发布时间:2022/1/15 17:26:00 --
|
||||
-- 作者:有点蓝 -- 发布时间:2022/1/15 17:29:00 -- 请上传实例测试 |
||||
-- 作者:qazlinle6 -- 发布时间:2022/1/15 17:38:00 --
|
||||
-- 作者:qazlinle6 -- 发布时间:2022/1/15 18:53:00 -- 是不是哪里弄错了 |
||||
-- 作者:有点蓝 -- 发布时间:2022/1/16 20:37:00 -- 数据要提交才能获取:http://www.foxtable.com/mobilehelp/topics/0055.htm |
||||
-- 作者:qazlinle6 -- 发布时间:2022/1/17 14:35:00 -- 你发这个我没看懂 |
||||
-- 作者:有点蓝 -- 发布时间:2022/1/17 14:39:00 -- 什么地方不懂?没有点击提交按钮e.PostValues是不会有数据的 If e.PostValues.count = 0 Then 第一次打开页面 else 有提交的数据 endif http://www.foxtable.com/mobilehelp/topics/0027.htm http://www.foxtable.com/mobilehelp/topics/0113.htm
|
||||
-- 作者:qazlinle6 -- 发布时间:2022/1/17 14:43:00 -- With wb2.AddButtonGroup("form1","btg1",True) .Add("btn1", "确定", "submit") End With With wb2.AddArticle("form1","ar02") .AddTitle("h01"," <a href=""员工注册.htm?a="& e.PostValues("name") & "&a1="& e.PostValues("电话") & "&a2="& e.PostValues("身份证号码") & """><div class=\'card\'><img src=\'./images/员工注册.png\' style=\' left: 2.5%;width: 100%;border-radius: 10px;\'class=""fa fa-file-picture-o fa-2x"" ><br><span style=\'height:12px;width:100%;float:left;font-size:30px;color:#abc1ff;text-align: center;font-family: 华文行楷;\'> 查询 </span> </div></a>") End With 点了确定<a href=""员工注册.htm?a="& e.PostValues("name") & "&a1="& e.PostValues("电话") & "&a2="& e.PostValues("身份证号码") & """>这个才有数,不点确认,这个没数,
|