Arcgis javascript api not working in IE 11

المشرف العام

Administrator
طاقم الإدارة
I have a html with ArcGIS js api, it working in lower version (say IE 7) but not working in IE11,. Is it because my js api version is too low? How can I make it work?

The related code:

Data Creation function Submit_Click(objForm) { if(Validate(objForm)) { if (document.data.radio[0].checked) { Data_NEW(); objForm.reset(); } else if (document.data.radio[1].checked) { Data_EDIT(); objForm.reset(); } } } function SaveAsDraft_Click(objForm) { if(Validate(objForm)) { SaveAsDraft(); objForm.reset(); } } function TestVerify(objf) { var path = objf.elements["Data_file"] var filepath = path.value; filepath = ChangethePath(filepath) Verify(objf,filepath); } The function of Submit_click and SaveAsDraft_click totally no response. Any advice?



أكثر...
 
أعلى