スプラッシュ画面の応用サンプル3

面白いのでもう一本。


【splash03.html】
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<script language="javascript">
</script>
<style type=text/css>
</style>
</head>
<body style="overflow:hidden;">
<IMG SRC="photo021.jpg" STYLE="position:absolute;top:0;left:0;z-index:-1;width:expression(document.body.clientWidth);height:expression(document.body.clientHeight);">
<table width="100%" height="100%">
<tr>
<td align="center"><button onclick="window.close()">CLOSE</button></td>
</tr>
</table>
</body>
</html>