<!--脚本说明:要完成此效果需要两个步骤(以后两款分别打开的窗口有别)
第一步:把如下代码加入到<head>区域中-->
<script language=\"javascript\">
<!--
function calljojoo() {
window.open('test/test.html','calljojoo','top=0,left=0,width=1020,height=710,status=no,resizable=yes,scrollbars=yes')
}
function calljojoo1() {
window.open('test/test.html','calljojoo1','width=420,height=500')
}
//-->
</script>
<!--第二步:把如下代码加入到<body>区域中-->
<A href="javascript: calljojoo()">点击测试</a>
<A href="javascript: calljojoo1()">点击测试1</a>
<a href="https://www.cgzz8.cn/">草根吧收集</a>