var win = new Window(Application.getNewId(), {className: "alphacube", title: "Hello World", width:350, height: 100})
win.getContent().innerHTML = "Hivemail Webmail Application Hivemail P3_2 Build Date: Mo, May 19, 2008 © hive2.com ";
win.showCenter();
|