Loadwebsign.js 610 B

12345678910111213141516
  1. var s="";
  2. if(navigator.userAgent.indexOf("Chrome")>0 || navigator.userAgent.indexOf("Firefox")>0){
  3. s = "<embed id='oes_make' type='application/oesdj-plugin' width='0' height='0' />";
  4. }else {
  5. s = "<object id='DWebSignSeal' classid='CLSID:77709A87-71F9-41AE-904F-886976F99E3E' style='position:absolute;width:0px;height:0px;left:0px;top:0px;'"
  6. //var isvs=window.navigator.platform;
  7. //if(isvs=="Win32"){
  8. //s += "codebase='./common/WebSign.cab#version=4,5,0,6'";
  9. //}else{
  10. //s += "codebase='./common/WebSign-x64.cab#version=4,5,0,6'";
  11. //}
  12. s += "></object>";
  13. }
  14. document.write(s);