Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>Js隐藏URL地址的方法</title>
<script language="javascript">
<!--
function calljojoo() {
window.open('/','calljojoo','top=0,left=0,width=520,height=320,status=no,resizable=yes,scrollbars=yes')
}
function calljojoo1() {
window.open('/','calljojoo1','width=420,height=280')
//-->
</script>
<body>
<A href="javascript: calljojoo()">看效果一</a>
<A href="javascript: calljojoo1()">看效果二</a>
</body>
</html>
CSS代码...
xxxxxxxxxx
JS代码...