Hi everyone,
I want to display an pop up box, but in specific position. I set dojoDialog.style="left:1000px";, but doesn't work. What's going wrong? This is my code:
function LblKald_onMouseOver(event Event in)
dojoDialog DojoDialog{title = "Popup", children = [new HTML{text = "My popup window"}]};
dojoDialog.style="left:1000px";
dojoDialog.showDialog();
end
xarlap