Ignore:
Timestamp:
10/21/10 10:49:46 (14 years ago)
Author:
amuller
Message:

Ticket #1379 - Implementação do applet numa janela

File:
1 edited

Legend:

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

    r3367 r3386  
    8787} 
    8888function newAdvancedUpload(){ 
    89                 document.location = "/filemanager/inc/uploadApp.php?id="+parseInt(Math.random()*Math.pow(10,15)); 
     89        draw_window("<iframe width=\"515\" height=\"320\" src='/filemanager/inc/uploadApp.php?id="+parseInt(Math.random()*Math.pow(10,15))+"'></iframe>"); 
     90        document.getElementById('dwindow').style.width = "auto"; 
     91        document.getElementById('dwindow').style.height = "auto"; 
    9092} 
    9193 
Note: See TracChangeset for help on using the changeset viewer.