By default Original WebX displays object paths at the bottom of the screen. The object path may be removed if needed. Below are the steps to prevent the object path from being displayed:
NOTE: javascript.js will be set back to its default configuration whenever the version of ClearSCADA gets upgraded or whenever a the existing installation is repaired by running the installer.
- Navigate to C:\Program Files\Schneider Electric\ClearSCADA\WWW\Scripts
- Open javascript.js in a text editor
- Locate the document.write( '</object>' ); line in the InitControl() function - this is usually found at the end of the file
- Disable (comment out) this line by adding // in front of it
- The resulting line should look similar to the one below:
- // document.write( '</object>' );
- Save the change and close the text editor
- Clear Internet Explorer's cache and connect to Original WebX
- The object path or the footer should no longer be visible
NOTE: javascript.js will be set back to its default configuration whenever the version of ClearSCADA gets upgraded or whenever a the existing installation is repaired by running the installer.