Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--[if gt IE 6]>
- <!DOCTYPE html>
- <![endif]-->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>DriverPack Solution</title>
- <meta HTTP-EQUIV="MSThemeCompatible" content="yes">
- <meta http-equiv="X-UA-Compatible" content="IE=9">
- <!-- { IF [NOSCRIPT] } -->
- <noscript>
- <meta http-equiv="refresh" content="10;URL='http://drp.su/error/noscript/'">
- </noscript>
- <style>
- #loader{
- background: url(../img/loading.gif) no-repeat scroll center center;
- background-size: 50px 50px;
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- display: block;
- z-index: 9999;
- text-shadow: 0px 0px 4px black, 0 0 2px black;
- }
- </style>
- <HTA:APPLICATION ID="dpa"
- application="yes"
- applicationName="DriverPack Solution"
- border="none"
- caption="no"
- contextMenu="no"
- icon="./Icon.ico"
- innerBorder="no"
- maximizeButton="yes"
- minimizeButton="yes"
- navigable="yes"
- scroll="no"
- scrollFlat="no"
- selection="yes"
- showInTaskBar="yes"
- singleInstance="no"
- sysMenu="yes"
- version="0.1"
- windowState="normal"
- />
- <script type="text/javascript">
- try {
- window.resizeTo(0, 0);
- window.moveTo(-50000, 0);
- } catch (e) { }
- var cmd = dpa.commandLine;
- //cmd = cmd.substring(cmd.indexOf(' ')+1);
- if (cmd != ''){
- cmd = '#' + encodeURIComponent(cmd);
- }
- try {
- window.onload = function () {
- window.location.href = '..\\DriverPack.html' + cmd;
- }
- }
- catch(e){
- document.write('<meta http-equiv="refresh" content="0;URL=\'..\\DriverPack.html' + cmd + '\'">');
- }
- </script>
- </head>
- <body>
- <div id="loader"></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement