Navigates to the specified relative position in the browser's history.
relativePosition The entry in the navigation stack you want to display.
Using HtmlHistory.Go(int) with a negative argument is equivalent to using the HtmlHistory.Back(int) method; conversely, using HtmlHistory.Go(int) with a positive argument is equivalent to using the HtmlHistory.Forward(int) method.