O4WRedirect routine
Description
Instructs the browser to "redirect" to the specified URL.
Syntax
O4WRedirect(url, windowName)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
url | A URL. | |
windowName | If specified, the URL content will display in the window. If null the content is displayed in the current window. |
Remarks
O4WToolkit applications should return after the O4WRedirect call, as no other content can be returned.