首页 > 网站 > WEB开发 > 正文

隐藏状态栏上的超级连接信息的网页特效代码

2024-04-27 13:57:51
字体:
来源:转载
供稿:网友

<!-- 把下面代码加到<body>区域中 -->
 <script>
//configure status message to show
var statusmsg="欢迎你的光临"

function hidestatus(){
window.status=statusmsg
return true
}

</script>
<a href="http://www.vevb.com" onMouSEOver="return hidestatus()">www.vevb.com</a>


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表