HOW TO
In an ArcIMS Designer-created HTML Viewer, ALL attribute fields are displayed in an Identify or Query results table by default. The ArcIMSparam.js file for the Viewer can be modified so that only certain fields are displayed.
For additional information, see 'Modifying attribute data display' in Chapter 2 of "Customizing ArcIMS: HTML Viewer". This document is available through the ArcIMS installation process and/or from the ArcIMS CD-ROM.
Code:
var swapSelectFields=false;
Code:
var swapSelectFields=true;
Code:
selFieldList[0]="AREA ZONE_ID ZONECODE BLDGHT POP1996 #ID# #SHAPE#";
selFieldList[1]="LNGTH STR_ID NAME CLASS #ID# #SHAPE#";
selFieldList[2]="#ALL#";
Note:
The #SHAPE# and #ID# fields are required unless #ALL# is selected.
Article ID:000002416
Get help from ArcGIS experts
Download the Esri Support App