[查看演示] 源码如下 ---------------------------------------------------------- <head>
<style type="text/css">
<!--
.font3{position:absolute;
width:300;
height:200;
color:#000000;
filter:DropShadow(Color=#ffffe1, OffX=1, OffY=1, Positive=2);
font-family: "宋体";
font-size: 12px;
text-decoration: none;
text-align:center;
}
-->
</style>
</head>
<body style="background-color:#a9c7d2">
<p class="font3">您正在查看的页目前不可用。Web 站点可能遇到技术困难,或者您需要调整您的浏览器设置。</p>
</body>
<div style="position: absolute; top: 10; right: 10; width: 148; height: 18;cursor:hand">
<input type="button" name="Button" value="查看源代码" onClick= 'window.location = "view-source:" + window.location.href'></div> |