[查看演示] 源码如下 ---------------------------------------------------------- <html>
<head>
<title>IEAK Sample - Server-based Signup-www.51windows.Net</title>
</head>
<BODY BGCOLOR="#000000" LINK="#000066" VLINK="#666666" onload="Animate(myheading)">
<script>
var lnum = 800;
var movenum = 40;
function Highlight(Object) {
Object.className = "Over" }
function Normal(Object) {
Object.className = "Norm" }
function Animate(Object) {
Object.style.visibility = "visible";
Object.style.fontStyle = "italic";
if (lnum > 30) {
lnum = lnum - movenum;
Object.style.pixelLeft = lnum;
window.setTimeout("Animate("+Object.id+")",100);}
else {
Object.style.pixelLeft = 13;
Object.style.fontStyle = "normal";}
}
</script>
<style>
.Norm { text-align: center; width: 250; cursor: hand; font-family: verdana; font-size: 18; font-weight: normal; background-color: #4682B4; color: #FFFFFF;}
.Over { width: 250; text-align: center; cursor: hand; font-family: verdana; font-size: 18; font-weight: normal; background-color: #4682B4; color: #000000;}
.Head { position: absolute; width: 400; font-family: verdana; font-size: 32; font-weight: bold; font-style: italic; color: #FFFFFF; visibility: hidden}
</style>
<div id=myheading class=Head>
IEAK Sample
</div>
<br><br>
<br><HR SIZE=1 NOSHADE COLOR="#FFFFFF">
<FONT FACE="Verdana, Arial, Helvetica" SIZE="2" color="#FFFFFF">
<b><i>This page should be designed to take advantage of Kiosk mode.</b></i>
<HR SIZE=1 NOSHADE COLOR="#FFFFFF"><p>
<p>Signup.htm needs to contain a link to one .ISP file and a link to cancel.ins.<br><br>
<br><HR SIZE=1 NOSHADE COLOR="#FFFFFF">
</body>
</html>
<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> |