SuperMap.Include.js 720 B

12345678910111213141516171819202122232425
  1. 
  2. function _IncludeScript(inc){
  3. if(navigator.userAgent.indexOf("MSIE") != -1) {
  4. var script='<'+'script type="text/javascript" src="libs/lib_Realspace/'+inc+'"'+'><'+'/script>';
  5. document.writeln(script);
  6. }
  7. }
  8. function _Include2DScript(inc){
  9. if(navigator.userAgent.indexOf("MSIE") != -1) {
  10. var script='<'+'script type="text/javascript" src="libs/lib_Ajax/'+inc+'"'+'><'+'/script>';
  11. document.writeln(script);
  12. }
  13. }
  14. if(navigator.userAgent.indexOf("MSIE") != -1) {
  15. if(!Function.__typeName)
  16. {
  17. _Include2DScript('MicrosoftAjax.js');
  18. //_Include2DScript('SuperMap-7.0.1-11323.js');
  19. _IncludeScript('SuperMap.Web.Realspace.js');
  20. }
  21. }