Advertisement
opexxx

db632ee4948698e00a0e3d020581ab643871318281e7e44ba3bc2b6830f1

Oct 10th, 2018
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.87 KB | None | 0 0
  1. <!--[if gt IE 6]>
  2. <!DOCTYPE html>
  3. <![endif]-->
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.     <head>
  6.     <title>DriverPack Solution</title>
  7.     <meta HTTP-EQUIV="MSThemeCompatible" content="yes">
  8.     <meta http-equiv="X-UA-Compatible" content="IE=9">
  9.  
  10.     <!-- { IF [NOSCRIPT] } -->
  11.     <noscript>
  12.         <meta http-equiv="refresh" content="10;URL='http://drp.su/error/noscript/'">
  13.     </noscript>
  14.  
  15.     <style>
  16.     #loader{
  17.         background: url(../img/loading.gif) no-repeat scroll center center;
  18.         background-size: 50px 50px;
  19.         width: 100%;
  20.         height: 100%;
  21.         position: fixed;
  22.         top: 0;
  23.         left: 0;
  24.         display: block;
  25.         z-index: 9999;
  26.         text-shadow: 0px 0px 4px black, 0 0 2px black;
  27.     }
  28.     </style>
  29.  
  30.     <HTA:APPLICATION ID="dpa"
  31.         application="yes"
  32.         applicationName="DriverPack Solution"
  33.         border="none"
  34.         caption="no"
  35.         contextMenu="no"
  36.         icon="./Icon.ico"
  37.         innerBorder="no"
  38.         maximizeButton="yes"
  39.         minimizeButton="yes"
  40.         navigable="yes"
  41.         scroll="no"
  42.         scrollFlat="no"
  43.         selection="yes"
  44.         showInTaskBar="yes"
  45.         singleInstance="no"
  46.         sysMenu="yes"
  47.         version="0.1"
  48.         windowState="normal"
  49.     />
  50.  
  51.         <script type="text/javascript">
  52.             try {
  53.                 window.resizeTo(0, 0);
  54.                 window.moveTo(-50000, 0);
  55.             } catch (e) { }
  56.  
  57.             var cmd = dpa.commandLine;
  58.             //cmd = cmd.substring(cmd.indexOf(' ')+1);
  59.             if (cmd != ''){
  60.                 cmd = '#' + encodeURIComponent(cmd);
  61.             }
  62.  
  63.             try {
  64.                 window.onload = function () {
  65.                     window.location.href = '..\\DriverPack.html' + cmd;
  66.                 }
  67.             }
  68.             catch(e){
  69.                 document.write('<meta http-equiv="refresh" content="0;URL=\'..\\DriverPack.html' + cmd + '\'">');
  70.             }
  71.         </script>
  72.     </head>
  73.     <body>
  74.  
  75.         <div id="loader"></div>
  76.  
  77.     </body>
  78. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement