issue 211, changed popopen(), popup`s size is 650x500

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9452 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-30 07:15:35 +00:00
parent a6a56fae1c
commit 254349a7f3

View file

@ -336,7 +336,7 @@ function winopen(url, target, attribute) {
function popopen(url, target) {
if(typeof(target) == "undefined") target = "_blank";
if(typeof(xeVid)!='undefined' && url.indexOf(request_uri)>-1 && !url.getQuery('vid')) url = url.setQuery('vid',xeVid);
winopen(url, target, "left=10,top=10,width=10,height=10,scrollbars=no,resizable=yes,toolbars=no");
winopen(url, target, "width=650,height=500,scrollbars=yes,resizable=yes,toolbars=no");
}
/**