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