Re:
Published on pm ip Address: 218.106.166 .*
Hello, Brother Huang !!
I am a beginner in ArcIMS. Thank you for your article. I am currently studying the operation mechanism of ArcIMS HTML viewer. But when I load the map for the first time and follow the code step by step, I think the first htmlsendtoserver (urlstring, xmlrequest, thetype) will be disconnected, thepostform. submit (), and the resulting action should be: thepostform. action = requesturl + "& form = true & encode = false"; where does it go next? How does it go ??
The principle is as follows:
The jsform.htm file package contains a function passxml (),Blank when submitting requestAfter the servlet returns a response, the servlet generates a response page and inserts a passxml () function contained in the postframe file. Its variable VAR xmlresponse contains the server response's response Axl; the function also calls processxml () of mapframe to process response Axl.
Function passxml (){
VaR xmlresponse = '<? XML version = "1.0 ".... </ArcXML> ';
Parent. mapframe. processxml (xmlresponse );
}