if i do have a call on an imagebutton like this:
onclick="window.open('link','width=615,resizable,scrollbars').focus(); return false;
how i can open this just right besides the action Button? or how how to get Mouse Cursor Position onclick?
events are not working here onclick="window.open('link','width=615,resizable,scrollbars,left=e.pageX').focus();
also not working here onclick="window.open('link','width=615,resizable,scrollbars').moveTo(e.pageX,0);