User Tools

Site Tools


standalone-edc.js
   "<script type=\"text/javascript\">"+
// "//<![CDATA["+
   "function isIEorEDGE(){"+
   "   return navigator.appName == 'Microsoft Internet Explorer' || (navigator.appName == \"Netscape\" && navigator.appVersion.indexOf('Edge') > -1);"+
   " }"+
   "function alertCaseViewer(){"+
   "if(isIEorEDGE()){alert('When prompted please save the file before opening it.');}"+
   "}"+
/  "//]]>"+
   "</script>"