IResponse::Redirect

This method causes the browser to attempt to connect to a different URL. For more information, see the Redirect method of the Response Object.

HRESULT Redirect(

BSTR bstrURL

//string that contains the URL

);