Rss & SiteMap

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

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

标题:浮层面板 Popup 问题

1楼
ycs5801 发表于:2024/7/24 16:00:00
ExWeUI.WebUI.AddPopup(ID, Url)

openPopup(id,url)

浮层面板中,这两个url有什么区别?如果想向点击后弹出的页面中传递参数,应该在哪个里边设置?
2楼
有点蓝 发表于:2024/7/24 16:04:00
前者是设置默认打开的页面。后者是其它地方随时可以使用js打开其它页面。都可以在url里使用get参数
3楼
ycs5801 发表于:2024/7/24 16:28:00
 With wb.AddListGroup("", "lsg2", "增加说明的列表")
        For Each dr As DataRow In drs
     
                .Add("ls" & xuhao, dr("课程名称") & "  " & dr("授课老师") & "  " & dr("上课时间") & "  " & dr("上课时段"), "取消").Attr ibute = "on click=""openPopup('pop01',"preview?id = " & dr("_Identify"))""" 

这部分帮忙看看格式哪里错误?
4楼
有点蓝 发表于:2024/7/24 16:58:00
xxxx.Attribute = "onclick=""openPopup('pop01','preview?id=" & dr("_Identify") & "')""" 
5楼
ycs5801 发表于:2024/7/24 20:44:00
select函数中这样设置:
With ExWeUI.WebUI.AddPopup("pop01", "", 3)
    .Height = "30%"
    wb.InsertHTML("", .BuildHtml) 
End With 

无法生成网页,提示404,应该怎样设置?
6楼
ycs5801 发表于:2024/7/24 20:51:00
可以了,老师。
共6 条记录, 每页显示 10 条, 页签: [1]

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

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