Author: marcus
Date: Sat May 31 11:52:54 2014
New Revision: 1598861

URL: http://svn.apache.org/r1598861
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=1598861&r1=1598860&r2=1598861&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:52:54 2014
@@ -909,7 +909,8 @@ function resetSel() {
  */
 function showWindow( target_link ) {
        // Open a popup window to show the file from the "target_link".
-       window = window.open( target_link, "", "location=no, width=800, 
height=550, left=100, top=250");
+       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");
        window.focus();
 /*
        alert( ""


Reply via email to