打印本文 打印本文 关闭窗口 关闭窗口
推荐几个入门级的JS特效代码
作者:武汉SEO闵涛  文章来源:敏韬网  点击数756  更新时间:2009/4/23 11:33:02  文章录入:mintao  责任编辑:mintao
<!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>

打印本文 打印本文 关闭窗口 关闭窗口