Author: marcus
Date: Sat May 31 11:56:40 2014
New Revision: 1598863

URL: http://svn.apache.org/r1598863
Log:
Updated parameters for popup window

Modified:
    openoffice/ooo-site/trunk/content/download/test/download_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_droplist.js?rev=1598863&r1=1598862&r2=1598863&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Sat 
May 31 11:56:40 2014
@@ -908,9 +908,10 @@ function resetSel() {
  * Depends on received target link
  */
 function showWindow( target_link ) {
-       // Open a popup window to show the file from the "target_link".
-       window = window.open( target_link, "_blank", "location=no, menubar=no, 
resizable=yes, scrollbars=yes, status=no, \
-       titlebar=no, toolbar=no, width=800, height=550, left=100, top=250");
+       // Open a popup window with specific parameters to show the file from 
"target_link".
+       window = window.open( target_link, "_blank", \
+       "location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, 
titlebar=no, toolbar=no, \
+       left=100, top=250, width=800, height=550");
        window.focus();
 /*
        alert( ""


Reply via email to