no actually it can trigger many times... (for example..For each frame..)
to check for it to be completely loaded do this:
VB Code:
Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant) [B]If (pDisp is Webbrowser1.Application) Then[/B] 'do code here End If End Sub




Reply With Quote