How to Get Rid of that Pesky “missing (jsForm.htm)” Message in ArcIMS

Caitlin Dempsey

FIrst published:

Updated on:

A faded web map with a circle with a red line over a computer popup message.

If you have ever worked on customizing an ArcIMS’ Htmlviewer application, you’ve probably run into an alert box informing you “Unable to start. Required HTML Form missing (jsForm.htm).”

The file is where it should be but you’re still getting that message.

These quick steps provide a solution to removing that alert box.

Difficulty Level: Easy    Time Required: One minute


Here’s How:





  • Open the aimsCommon.js in a text editor.
  • Look for the function getStartExtent.
  • Find the section:
    } else { alert(“Unable to start. Required HTML Form missing (jsForm.htm).”); }
  • Change this code to:
    } else { parent.location.reload(); //alert(“Unable to start. Required HTML Form missing (jsForm.htm).”); }

Tips:

  • Make sure you clear your cache to remove any old files.
Photo of author
Caitlin Dempsey
Caitlin Dempsey is a geographer, writer, and the founder and editor of Geography Realm. She holds bachelor's and master's degrees in Geography from the University of California, Los Angeles (UCLA), as well as a Master of Library and Information Science (MLIS) from San José State University. She has been writing about geography, maps, geographic information systems (GIS), and environmental topics for more than two decades through Geography Realm and its predecessor site, GIS Lounge. Her interests include cartography, remote sensing, environmental geography, and the relationship between people and place.

1 thought on “How to Get Rid of that Pesky “missing (jsForm.htm)” Message in ArcIMS”

  1. i always face the same problem“Unable to start. Required HTML Form missing (jsForm.htm).” in this site and i cant solve it.

Comments are closed.