Forum Moderators: open

Message Too Old, No Replies

need help with this

         

ofeigur

5:33 pm on Sep 10, 2004 (gmt 0)



Hi
I am using php code with java popup script, see link
[koddinn.com...]

the problem is, when i click on picture nr 2, it will not go to full size, what am i doing wrong, can anyone help here.

here is the code
[koddinn.com...]

klogger

3:29 am on Sep 11, 2004 (gmt 0)

10+ Year Member



Seems to work fine in Firefox and IE 6. Are you just forgetting that when you click on the second picture you loose the focus on the window that is open? That is the window where the second picture arrives. You could try using something like:

myWindow = window.open(newURL, windowName, "fullscreen=no,toolbar=no,status=no,menubar=no");
myWindow.focus();

to bring the popup to the front when you click the next picture.