IE 6.0 ignores screenX (Y) parameters in window.open(...). Firefox not.

B

BoBi

Hi,

See the following URL for the concerned page:
http://home.scarlet.be/kenya-belgium/list_2_en/a_kenyan_cat_and_a_belgian_cat.html


Clicking on "Menu" or "Publication" in the right upper corner triggers
the concerned code. In the code:

menuwd = window.open(locurl, 'kenbelmenu',
'toolbar=no,location=no, directories=no, status=no, menubar=no,
scrollbars=no, resizable=yes, copyhistory=no,' +
'width=' + wd + ', height=' + ht + ', screenX=' + posX + ', screenY='
+ posY + '');

IE 6.0 ignores the screenX (Y) parameters in window.open. Firefox does
not. To solve the problem I added:

menuwd.moveTo(posX, posY);

Nevertheless this makes the popup menu flicker with IE moving it
visibly from its original locaton to the intended one.

Is there a way to solve this problem?

Thanks and best regards,

BoBi
 
M

Martin Honnen

B

BoBi

Hi,

I used left and top and put the result online. It is working fine now.
Thanks a lot.

:c), BoBi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top