C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着
   function openWindow(url,width,height)
        {
        window.open(url,"_blank","height="+height+",width="+width+",top="+((screen.availHeight-height)/2)+",left="+((screen.availWidth-width)/2)+",toolbar=no,menubar=yes,scrollbars=yes, resizable=yes,location=no, status=no");
        } 
posted on 2008-06-25 22:51  王德田  阅读(221)  评论(0编辑  收藏  举报