弹出新的窗口
请高手帮助,先谢谢!点击"程序文件"在右边的mainframe中显示,然后点击地址中的连接,要求弹出新窗口,如何做???
to:yms123
你的意思是把8楼的代码放到topframe中,然后在mainframe中调用吗?
还有我的地址栏中的http://127.0.0.1/2.asp怎么传到window.open("url")里面?
谢谢大家的帮助,我找到下面的代码了!
<head>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<a href="#"style="cursor:hand; " onClick="MM_openBrWindow('newsview.asp?news_id=<%=rsnews("news_id")%>','','toolbar=yes,location=yes,scrollbars=yes,status=yes,resizable=yes,width=400,height=450')"><%=rsnews("news_title")%></a>