以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  只隐藏内容,我要隐藏标题跟内容  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=187815)

--  作者:qazlinle6
--  发布时间:2023/8/14 11:29:00
--  只隐藏内容,我要隐藏标题跟内容
 With .AddInput("标签价格", "标签价格", "number")
                    .Value = e.GetValues("标签价格")
                    .Attribute = "style=\'display:none\'"
                End With


只隐藏内容,我要隐藏标题跟内容

--  作者:有点蓝
--  发布时间:2023/8/14 11:45:00
--  
wb.AppendHTML("<script>document.getElementById(\'标签价格\').parentNode.parentNode.style.display = \'none\';</script>")
--  作者:puma
--  发布时间:2023/8/14 11:53:00
--  
以下是引用有点蓝在2023/8/14 11:45:00的发言:
wb.AppendHTML("<script>document.getElementById(\'标签价格\').parentNode.parentNode.style.display = \'none\';</script>"
有说明文档吗?直接用js了