在页内打开一个全屏的窗口

王朝other·作者佚名  2008-05-31
宽屏版  字体: |||超大  

<!-- http://www.knowsky.com/js -->

<!-- bbs http://www.knowsky.com/bbs-->

<!-- 完整的HTML代码 -->

<html>

<head>

<title>

网页中某一区域的颜色变化

</title>

<style>

.a{background-color:blue;}

.b{background-color:white;}

</style>

<script>

function colorOn()

{

if(document.getElementById("c").className=="a")

document.getElementById("c").className="b";

else

document.getElementById("c").className="a";

setTimeout("colorOn()",190)

}

</script>

</head>

<body onload="colorOn()">

<span id=c style="position:absolute;top:20pt;left:100pt;width=530;height=25;">

南阳理工学院通知:微软论证考试将推迟到2005年4月份

</span>

</body>

</html>

<br><br><br>

<p><font color=red>//作者:南阳理工学院软件学院,任彬玉 联系:0377-3114024,0373-7916269

</font></p>

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有