Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title>Floating Window</title>
<script src="Drag.js"></script>
</head>
<body onload="setTimeout(function(){ document.getElementById('window').style.visibility='hidden'; },7000);">
<div id="window" style="position:absolute; z-index:10; left:0px; top:0px; width:100%; height:100%;
background-color:#CCCCCC;">
<div align="center"><img src="images/logo.jpg" width="455" height="54"> </div>
<div style="position:absolute; top:3px; left:95%; float:right;" onClick="this.parentNode.parentNode.style.display = 'none';">
<img src="images/close_button.gif" width="48" height="14" border="0"></a></div>
<div align="center"><img src="images/interstitial.jpg" width=700 height=373
alt=""></div>
</div>
</body>
</html>
Bookmarks