<html>
<head>
<title> </title>
</head>
<body>
<p onmousemove="hello()"><font size="2" face="宋体">鼠标经过变色文字,试试。</font></p>
<p><script language="VBScript">
sub hello
document.fgColor=int(256*256*256*rnd)
end sub
</script>
</body>
</html>
RSS订阅
站长资讯通告:
<html>
<head>
<title> </title>
</head>
<body>
<p onmousemove="hello()"><font size="2" face="宋体">鼠标经过变色文字,试试。</font></p>
<p><script language="VBScript">
sub hello
document.fgColor=int(256*256*256*rnd)
end sub
</script>
</body>
</html>