How can I change the choices on the right-click menu of the Java Custom Viewers legend?
When the Java Custom Viewer is created by ArcIMS Designer, two choices are on the legends right-click menu, Zoom to Active Layer and Use In Overview Map. You can disable these choices or enable other choices by editing the web sites default.js file. Open the web sites default.js in a text editor and uncomment the following line in the function init: setupTOCPopupMenuItems(); Then you can uncomment the disable or enable lines in the setupTOCPopupMenuItems function.