ViewURLModeless
Mon 01 January 2018Syntax
ViewURLModeless({URL_str | URL.URL_ID}, [modal_options])
Description
Use the ViewURLModeless function to open a modeless modal window displaying the non-component content (for example, an iScript or external content) specified by the URL parameter. The user must dismiss the modeless window before continuing work in the page from which the modeless window was called.
To be displayed within the iframe of the modeless window, the external content and the PeopleSoft application must either reside within the same domain or they must both set the document.domain property to the same value. For more information on how the domain and same-origin is determined, see .
Important! Use this function within fluid applications only.
Parameters
Field or Control |
Definition |
---|---|
URL_str | URL. URL_ID |
Specify the non-component content (for example, an iScript or external content) to be displayed in the modal window. You can specify either a fully qualified URL string or a URL saved in the URL table, by specifying the reserved word URL followed by a dot and the URL identifier. |
modal_options |
Specifies custom modal options as a String value. See for more information. |
Returns
None.