Redirect

This method of the IResponse interface causes the browser to try to connect to a different URL.

Syntax

public abstract void Redirect(java.lang.String URL);

Parameters

URL [in] A string that contains the URL.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.