Hi, As i know so far there is no go button, to create a button that takes you to a link you have to use a textbox (txtLink) and a button(btnlink) controls.
In the button on click event handler, enter the navigate method of the webrowser example;
webbroswer.navigate(txtlink.text)
I know that is a little bit late but it may be usefull to those visiting.