Click to See Complete Forum and Search --> : pop-up not working - please help


aoifa
01-17-2003, 08:10 AM
Hi,

I am doing, a very basic, website for a friend and I can not get
one of the gallery pages to work.
The pop-up java script isn't working and clicking on the thumbnails does not bring up the bigger picture.

Can someone please take a look at the page,
http://www.mikeygraham.org/Gallery-Mike.html
and tell me what can be changed to make the pop-up work and yet keep the same apperance on the page.

Thanks

Aoife

Charles
01-17-2003, 08:30 AM
Rid yourself of all of those functions and do something like

<a href="41.html"><img alt="[Photo number 41]" onclick="window.open(this.href, '41', 'width=600,height=400,scrollbars');return false" src="Photos/41_th.jpg"></a>

aoifa
01-17-2003, 11:28 AM
Thanks a million for the code but what am I missing as the pop-up is showing the thumbnail instead of the bigger picture?

http://www.mikeygraham.org/Gallery-Mike.html

What am I still doing wrong?

Thanks

Aoife :confused:

Charles
01-17-2003, 11:48 AM
Oops, that's a major error there on my part. Come on guys, you're suppose to catch this sort of stuf. And this is why I don't like to give out help privately. Try instead:

<a href="41.html" onclick="window.open(this.href, '41', 'width=600,height=400,scrollbars');return false"><img alt="[Photo number 41]" src="Photos/41_th.jpg"></a>