如何插入超链接 VBScript

How to insert a Hyperlinks VBScript

这是我的签名脚本。 我需要在 LinkedIn 图像中放置一个超链接。

我该怎么做?

htmlfile.WriteLine("  <p class=MsoNormal><!--[if gte vml 1]><v:shape id=""Picture_x0020_2"" o:spid=""_x0000_i1026""")
htmlfile.WriteLine("   type=""#_x0000_t75"" style='width:13.5pt;height:13.5pt;visibility:visible;")
htmlfile.WriteLine("   mso-wrap-style:square'>")
htmlfile.WriteLine("   <v:imagedata  src=""BBCR_arquivos/image002.jpg"" o:title=""""/>")
htmlfile.WriteLine("  </v:shape><![endif]--><![if !vml]><img border=0 width=18 height=18")
htmlfile.WriteLine("  src=""BBCR_arquivos/image003.jpg"" v:shapes=""Picture_x0020_2""><![endif]><span")

使用html转义格式。您可以使用以下 link

http://www.freeformatter.com/html-escape.html