|
var win = new Window(Application.getNewId(), {className: "dialog", width:450, height:110, zIndex: 100, resizable: true, title: "Upload Paper", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true})
win.getContent().innerHTML= ""
win.setStatusBar("by Bryian Tan");
win.showCenter();
|