- 如何单击链接打开一个定制的新窗口?
-
发布时间:2010-11-09 13:38:52
发布时间:2010-11-09 13:38:52
先在<head></head>部分加入代码:
<script language=\"JavaScript\">
<!--
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,123,features);}
//-->
</script>
然后在链接标签<a>中加入如下代码即可:
<a href=\"#\" onClick=\"MM_openBrWindow(\'http://member.netease.com/~tiantao/\',\'123\',\'scrollbars=yes,width=640,height=480\')\">田涛站点</a>