打开WEB窗体的方法,虽然很少用,还是记下来....
window.open(url,target,"toolbar=no,menubar=no,status=no,location=no,scrollbars=yes,resizable=yes,copyhistory=yes,width="+w+",height="+h);
window.open(url,target,"toolbar=no,menubar=no,status=no,location=no,scrollbars=yes,resizable=yes,copyhistory=yes,width="+w+",height="+h);