以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  使用框架中List怎么获取单击的list的Id?  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=115276)

--  作者:1422969887
--  发布时间:2018/3/4 11:30:00
--  使用框架中List怎么获取单击的list的Id?
使用框架中List怎么获取单击的list的Id,将值放入Cookie



--  作者:有点甜
--  发布时间:2018/3/4 13:28:00
--  

参考代码

 

Select Case e.Path
    Case "","test.htm"
        Dim wb As New WeUI
        With wb.AddListGroup("", "lsg1","简单列表")
            .Add("ls1", "新浪主页").Attribute = "onclick=\'alert(this.id)\'"
            .Add("ls2", "网易主页")
        End With
        e.WriteString(wb.Build)
End Select

 

js增加cookie参考 https://www.baidu.com/baidu?wd=js+cookie&tn=monline_4_dg