请将下列代码放到<head> 和</head>
script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
下列代码放到<body>和</body>
<a href="#" onClick="MM_openBrWindow('你要连接到的地址.htm','','location=yes,status=yes,resizable=yes,width=400,height=500')">连接地址</a>