Hello.

Have problem with lunching window in opera.

I need to lunch it on page load, so: <body onload="showWindow();">

showWindo function:


function showWin() {

win = new Window('window_id', {className: "dialog", title: "Sample",
width:200, height:150,opacity: 1});
win.getContent().update("<h1>Hello world !!</h1>");
win.setDestroyOnClose();
win.showCenter();
}



after i open page in opera, window is not showing, and in error console i
can see:

JavaScript - http://kompiuteriai.init.lt/
Event thread: load
Unhandled exception: "Parse error in selector: empty expression"



So where is the problem?



Tokeiito
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to