GetPageURL Method

The GetPageURL method returns the URL that the Siebel application uses. It returns this value without a query string. For example, it can return the following value:

http://computer_name.example.com/siebel/start.swe 

It uses the following syntax:

GetPageURL() 

It includes no arguments.

For example:

finalurl = SiebelApp.S_App.GetPageURL() + strURL.split("start.swe")[1];