Instructs the browser to "redirect" to the specified URL.
O4WRedirect(url, windowName)
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. |
O4WToolkit applications should return after the O4WRedirect call, as no other content can be returned.