隐藏真实Url

1、隐藏链接的Url
<a href="#" onclick="location.replace('http://www.baidu.com');">asdfgh</a>

<html>
<SCRIPT LANGUAGE="javascript">
function openwin(){
window.open('http://www.baidu.com', '我的无地址栏页面','location=no');
}
</SCRIPT>
<a href="#" onClick=openwin();>hello</a>
</html>
2、隐藏地址栏的Url
<frameset rows="100%" border="0" frameborder="0" framespacing="0" framecolor="#000000"><frame src="http://www.baidu.com"  scrolling="auto"></frameset><noframes><body>您的浏览器不支持iframe,无法访问!</body></noframes>


posted @ 2009-07-08 15:31  济阳补丁  阅读(1308)  评论(0编辑  收藏  举报