I have this javascript function being called at click of an image.
var dhxWins;
function launchPopUp(){
dhxWins = new dhtmlXWindows();
alert(1);
dhxWins.createWindow(“abc”,0,0,300,250);
alert(2);
}
The window is not getting created. I see “dhtmlxWindow” text at the bottom of my page with some space below it. Also there is a javascript error - “Invalid Argument. Code: 0 Line: 9 Char: 78225”