hi how can i clear the webbrowser every time a command pressed
thanks a lot
Private Sub Command1_Click()
Text1.Text = ""
Web.Document.write Text1.Text
End Sub
:afrog:
Printable View
hi how can i clear the webbrowser every time a command pressed
thanks a lot
Private Sub Command1_Click()
Text1.Text = ""
Web.Document.write Text1.Text
End Sub
:afrog:
i think im trying to clear the webbrowser before writing the textbox text to the webbrowser
if you press the command1 writes the textbox value to the web over and over again
clear the Previous webbrowser and then Web.Document.write Text1.Text
i tried this doesn't work
Private Sub Command1_Click()
If Len(Text1.Text) >= 1 Then
Web.Navigate "about:blank"
End If
Web.Document.write Text1.Text
End Sub
grazie thanks man alooooooooooot:thumb::thumb::thumb:
ur welcome