hi .
i have these codes :
Private Sub Form_Load()
WebBrowser1.Navigate ""
Do Until WebBrowser1.ReadyState = READYSTATE_COMPLETE
DoEvents
Loop
If URL = "" Then
WebBrowser1.Navigate ""
End If
End Sub
can anyone help me about how to add if webbrowser url is exact url that i want ?
or maybe help about search text in content of that url and do msgbox ?
thanks