Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共4 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:web返回按钮

1楼
ycs5801 发表于:2025/2/6 13:42:00

With wb.AddButtonGroup("page3","btg1", False)

.Add("btn1", "返回上一页", "", "")


End With


能否将上边的“返回上一页按钮”,做成下边这种“history.back()”,也就是点一下直接后退一步。


With wb.AddMsgPage("","msgpage","查询完成","没有查询到相关数据!")

.icon = "info" '改变图标"success","info","warn",对应的图标分别是

.AddButton("btn1","返回").Attribute = ""

End With

2楼
有点蓝 发表于:2025/2/6 13:44:00
Add("btn1", "返回上一页", "", "")..Attribute = "照抄上面AddButton里Attribute 的代码"
3楼
ycs5801 发表于:2025/2/6 14:05:00
With wb.AddButtonGroup("form1", "btg1", False)
            .Add("btn1", "生成结果", "submit")
            .Add("btn533", "返回上页", "", "").Attri bute = "on click='his tory.back()'"
        End With

这么写不行,点返回上页,和点生成结果一样的效果。
4楼
有点蓝 发表于:2025/2/6 14:14:00
 .Add("btn533", "返回上页", "button").Attri bute = "on click='his tory.back()'"
共4 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .03516 s, 2 queries.