Advertisement
Motoo

垃圾脚本

Jun 10th, 2013
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <script language="javascript">
  2.  
  3. document.write('<OBJECT CLASSID="CLSID:1828B33C-F643-4634-8D36-0C8DE5FE4DE9" CODEBASE="http://172.16.0.13/sep/CheckInstallLib.CAB#version=1,0,0,0" id="obj_checkinstall" style="LEFT: 0px; VISIBILITY: hidden; TOP: 0px;height:0px" >');
  4. document.write('</OBJECT>');
  5.  
  6. var res = "";
  7.  
  8. res = CheckInstall();
  9.  
  10.  
  11. function CheckInstall(){
  12. try {
  13.  
  14. new ActiveXObject("CheckInstallLib.CheckInstall");
  15. }catch(x){
  16. //return true;
  17. alert("请安装整体防御系统ActiveX插件,请耐心等待30秒后点击确定,否则无法继续访问!安装完毕后请再次访问内部网页面使插件生效。");window.location.href='http://172.16.0.13/sep/se.htm';
  18. }
  19. return true;
  20. }
  21.  
  22. function allowCheckInstall(){
  23. switch(res){
  24. case true:
  25. //alert("您已经安装 ");
  26. break;
  27. case null:
  28. alert("请安装控件!");
  29. break;
  30. case false:
  31. alert("控件加载出现错误");
  32. }
  33. }
  34.  
  35. allowCheckInstall();
  36.  
  37.  
  38. var i = obj_checkinstall.isInstall();
  39.  
  40. if (i=="1")
  41. {
  42.  
  43. }
  44. else
  45. {
  46. alert("请先安装山东航空集团网络整体防御系统!确定将进入安装页面!");
  47. window.location.href='http://172.16.0.66';
  48. }
  49.  
  50. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement