Imports System.Runtime.InteropServices
Imports System.Security.Permissions
'下面尖括号中也不能少也,c#为中括号。
<PermissionSet(SecurityAction.Demand, Name:="FullTrust")> <System.Runtime.InteropServices.ComVisibleAttribute(True)> _
Public Class frmPmain
Private Sub frmPmain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
WebBrowser1.ObjectForScripting = Me'此句不可少也
End Sub
Public Sub qtshow()
frmPqt.Show()
End Sub
End Class
下面是js:
<img style="vertical-align:bottom" src="images/1.gif" name="img01" width="20%" border="0"