How do I find the Open Client version information? |
Open Client Administration |
Open Client has two version numbers: one for the client running in the browser, and one for the server running in the web server. There are several ways of obtaining the version information from the status bar, you can:
Hover over the PROIV icon on the right of the status bar to display the Open Client Server and the client versions.
Click P? in the status bar to display the About PROIV window.
Click here to see an example screenshot of an Open Client application with the version information displayed.
If the application does not have a status bar, right-click on an empty area of the screen and select View Page Source option from the menu. The Open Client Server version is displayed near the top of the page.
Click here to see an example screenshot of the View Page Source with the version information displayed.
The client version is stored the script file loaded by the browser. The file is on the Open Client Server in the Open Client root folder, and is called northgateis_OpenClient.js. To view this information, use either a browser debug tool such as Firebug (for FireFox) or I.E. Developer (for Internet Explorer), or open the file with a text editor. The version is located between lines 226 and 237.
Click here to see an example screenshot of the northgateis_OpenClient.js in Dreamweaver with the version information highlighted.
Topic ID: 800041