Details of an iScript URL
Viewing an iScript requires the assembly of a URL with the following pieces:
| 
 Section  | 
 Description  | 
|---|---|
| 
 http://Server/  | 
 The scheme (http / https ) and web server name.  | 
| 
 servlet_name/  | 
 The name of the physical servlet that the web server invokes to handle the request. This is either psp or psc.  | 
| 
 SiteName/  | 
 The user-defined site name. This is defined during the installation of PIA. This enables you to set up multiple sites on one physical web server.  | 
| 
 PortalName/  | 
 The name of the portal to use for this request. The portal object contains metadata that describes how to present the content (that is, template, pagelets and so on.)  | 
| 
 NodeName/  | 
 The name of the node that contains the content for this request.  | 
| 
 content_type/  | 
 The type of the content for this request. For iScripts, this is "s".  | 
| 
 content_id  | 
 The identification of the content. This, and the type is the unique key to the content being retrieved.  | 
| 
 ?content_parm  | 
 The query string parameters (name value pairs) for the content.  | 
For an iScript, the content_id has the following form:
Record.Field.Event.Function
The following is an example of the call to an iScript:
http://mlee2038//psp/PS84/e_procurement/fdm/s/WEBLIB_Portal.PORTAL_HEADER.FieldFormula.IScript_UniHeader_PIA