www.gusucode.com > 适用JSP的fckeditor-java-2.4网页编辑器源码程序 > 适用JSP的fckeditor-java-2.4网页编辑器/fckeditorjava2.4开发包/fckeditor-java-2.4/site/java-core/cobertura/js/popup.js

    var newwindow;
function popupwindow(url)
{
	newwindow=window.open(url,'name','height=500,width=500,resizable=yes,scrollbars=yes');
	if (window.focus) {
		newwindow.focus()
	}
}