www.gusucode.com > 需要JSP在线编辑器的,可试试fckeditor-java专版源码程序 > 需要JSP在线编辑器的,可试试fckeditor-java专版/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()
	}
}