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