ID
|
062
|
<HTML> <HEAD> <TITLE> JavaScript DESTINATION - P062 </TITLE> </HEAD> <BODY> <LAYER VISIBILITY=HIDE NAME="splash"> <H4>JAVASCRIPT DESTINATION</H4> </LAYER> <SCRIPT LANGUAGE = "JavaScript"> <!-- function slideSplash() { splashLayer.offset(0, 10); if (splashLayer.top < 200) setTimeout('slideSplash()', 50); else wipeSplash(); } function wipeSplash() { splashLayer.clip.left += 10; if (splashLayer.clip.left < 230) setTimeout('wipeSplash()', 50); } splashLayer = document.layers["splash"]; splashLayer.visibility = "show"; slideSplash(); //--> </SCRIPT> </BODY> </HTML> |