12345678910111213141516171819202122232425 |
-
- function _IncludeScript(inc){
- if(navigator.userAgent.indexOf("MSIE") != -1) {
- var script='<'+'script type="text/javascript" src="libs/lib_Realspace/'+inc+'"'+'><'+'/script>';
- document.writeln(script);
- }
- }
- function _Include2DScript(inc){
- if(navigator.userAgent.indexOf("MSIE") != -1) {
- var script='<'+'script type="text/javascript" src="libs/lib_Ajax/'+inc+'"'+'><'+'/script>';
- document.writeln(script);
- }
- }
- if(navigator.userAgent.indexOf("MSIE") != -1) {
- if(!Function.__typeName)
- {
- _Include2DScript('MicrosoftAjax.js');
- //_Include2DScript('SuperMap-7.0.1-11323.js');
- _IncludeScript('SuperMap.Web.Realspace.js');
-
- }
- }
|