如何用一条语句隐藏多个超链接在状态栏的地址?

谢谢!
---------------------------------------------------------------

定义一个ONMOUSEOVER事件,当鼠标移到上面里,运行楼上这位的代码

 1<body onload="setInterval('window.status=&quot;梅花雨&quot;',100)">
 2<base onmouseover="window.status=欢迎来到XX,';return true"/>   
 3\---------------------------------------------------------------   
 4  
 5<base onmousemove='window.status="net_lover"' onmouseover='window.status="net_lover"'/>   
 6\---------------------------------------------------------------   
 7  
 8<style>   
 9a:hover{ benc:expression(this.onmousemove=function(){window.status="123";event.returnValue=true})}   
10</style>   
11\---------------------------------------------------------------   
12  
13楼上   
14好!   
15有启发!   
16一点改进:   
17<style>   
18a{ benc:expression(this.onmouseover=_mouseover)}   
19</style>
20<script>   
21function _mouseover()   
22{   
23return window.status="";   
24}   
25</script></body>
Published At
Categories with Web编程
comments powered by Disqus