以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  在文字pagetitle或图片增加网页链接  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=179283)

--  作者:一笑
--  发布时间:2022/8/16 15:46:00
--  在文字pagetitle或图片增加网页链接
如何在文字,如pagetitle或图片增加网页链接,如“logon.htm”,谢谢!
        wb.InsertHTML("<h1 align=\'center\' style=\'margin-top:5px;color:LightSteelBlue\'>安全报告</h1>")
        wb.InsertHTML("<div align=\'center\'><img src=\'./images/Camera_48.png\'/></div>")

--  作者:有点蓝
--  发布时间:2022/8/16 16:07:00
--  
wb.InsertHTML("<a href=\'logon.htm\'><h1 align=\'center\' style=\'margin-top:5px;color:LightSteelBlue\'>安全报告</h1></a>")

wb.InsertHTML("<div align=\'center\'><a href=\'logon.htm\'><img src=\'./images/Camera_48.png\'/></a></div>")