Well you didn't state the version of Visual Basic you are using, or if you are using the webbrowser control or launching an external webbrowser, so I will go ahead and assume the likely scenario of Visual Studio 2005 and you are using the webbrowser control on a form.
This code would do it.
Code:webbrowser1.navigate("http://gamesite.com/stats/" & textbox1.text)




Reply With Quote