鼠标点击字体变换
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%> <html><head><script>function check(obj){obj.title=obj.innerText;obj.innerText=obj.alt;obj.alt=obj.title;}</script></head><body><a id="re" onmouseover="check(this)" onmouseout="check(this)" alt="鼠标点符号击字体变换">News</a><a id="re" onmouseover="check(this)" onmouseout="check(this)" alt="鼠标点符号击字体变换">Products</a><a id="re" onmouseover="check(this)" onmouseout="check(this)" alt="鼠标点符号击字体变换">Other</a></body></html> </body></html>?