Forum Moderators: open
Anyone else has this problem?
here's the code I use (external .js file - but shouldn't matter at all):
function winopen(targ) {
window.open(targ, "Logo", "height=340, innerHeight=340, width=340, innerWidth=340, left=200, top=120, screenX=200, screenY=120, location=no, dependent=yes, menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no");
}
btw - even IE 6 doesn't display that properly - I always get a window with the size of about 345x345. Opera ignores "scrollbars=no" and "resizable=no"...
help appreciated ;-)