Server Object |
The Server object provides a few utilities for use in CSP scripts.
The CreateObject method is especially important. It is used to create a SessionMgr object to log the user on to the system.
Method | Explanation |
---|---|
Creates an object that has been installed on the server. Objects are identified by a Programmatic Identifier. | |
The HTMLEncode method ensures that any HTML, or text that appears similar, will be output to the page as it appears and will not be interpreted by the browser as HTML. | |
In order for any URL string to conform to the specifications set out by the WC3 regarding URL strings this method must be used on all strings that will appear in a URL. | |
This method is equivalent to URLEncode Method except that the forward slash character (/) is not encoded. |
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |