ViewContentURL

Mon 01 January 2018

Syntax

ViewContentURL(URL_str | URL.URL_ID) 

Description

Use the ViewContentURL function to launch a new browser window and navigates to the location specified by URL_str or URL. URL_ID .

The content specified by the URL is not wrapped by the portal template. Therefore, you can use this function when you want to display third-party content. If you want to wrap the content in the portal template, use the ViewURL function.

This is a deferred execution command: the browser is launched after any executing PeopleCode has run to completion. This function automatically launches a new browser window.

Parameters

Field or Control

Definition

URL_str | URL. URL_ID

Specify the location to where you want to navigate. You can specify either a URL string or a URL saved in the URL table, by specifying the reserved word URL followed by a dot and the URL identifier.

Returns

None.