HOW TO
You can customize your Web site to omit the #SHAPE# and #ID# fields from the table returned to the client.
Note:
For information on how to achieve the same results using ArcIMS 3.1, 4.0, or 4.0.1, see the Customizing HTML Viewer documentation that is installed with ArcIMS. To install this PDF you must do a custom install.
Code:
for (var f=0;f<fName1.length;f++
Note:
The first occurence of this string is about half way into the file. The second occurrence is 20 lines after.
Code:
for (var f=0;(f<fName1.length - 2);f++)
Note:
This modification excludes the last two fields, #SHAPE# and #ID#, of the attribute data when displaying in the client.
Warning:
Do not delete these fields from the original table. The information in these fields is crucial to the XML Request sent to the Spatial Server.
Article ID:000002430
Get help from ArcGIS experts
Download the Esri Support App