鼠标点击会变色
<html>
<head>
<meta http-equiv="Content-Type" c>
<title>网页特效|Linkweb.cn/Js|---随鼠标变色的文字</title>
</head>
<body>
<p >将鼠标移到这里看看<p><p></p>
<script language="VBScript">
sub hello
document.fgColor=int(256*256*256*rnd)
end sub
</script>
</body>
</html>
大家可以看看我的鼠标