给你两个函数:
function openwin(str,width,height,left,top)
{
window.open(str,"meqs1","toolbar=no,location=no,directories=no,status=no,width="+width+",height="+height+",left="+left+",top="+top+",scrollbars=no,resizeable=yes");
}
function querystl(eUrl){
openwin(eUrl,750,480,40,20);
}