当前位置导航:炫浪网>>网络学院>>网页制作>>JavaScript教程

推荐几个入门级的JS特效代码

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script>
<!--
function hello()
{
aa=100
cc='欢迎第'+aa+'次光临!'
alert(cc)
}
//-->
</script>
</head>
<body >
<a href="http://www.cnwebshow.com" onmouseover="hello()"> 网页设计秀</a>
</body>
</html>
相关内容
赞助商链接