Ignore:
Timestamp:
10/29/10 10:11:24 (13 years ago)
Author:
amuller
Message:

Ticket #1395 - Implementação da janela no Expresso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/filemanager/js/common_functions.js

    r3415 r3436  
    8989        for (i=0; i < navigator.plugins.length; i++) 
    9090                if (navigator.plugins[i].name.match('Java')){ 
    91                         draw_window("<iframe width=\"515\" height=\"320\" src='/filemanager/inc/uploadApp.php?id="+parseInt(Math.random()*Math.pow(10,15))+"'></iframe>"); 
    92                         document.getElementById('dwindow').style.width = "auto"; 
    93                         document.getElementById('dwindow').style.height = "auto"; 
     91                        close_window(); 
     92                        draw_window("<iframe width=\"515\" height=\"320\" src='/filemanager/inc/uploadApp.php?id="+parseInt(Math.random()*Math.pow(10,15))+"'></iframe>",530,345); 
    9493                        return; 
    9594                } 
Note: See TracChangeset for help on using the changeset viewer.