pop-up not working - please help

Hi,<br />
<br />
I am doing, a very basic, website for a friend and I can not get<br />
one of the gallery pages to work.<br />
The pop-up java script isn't working and clicking on the thumbnails does not bring up the bigger picture.<br />
<br />
Can someone please take a look at the page,<br />
<!-- m --><a class="postlink" href="http://www.mikeygraham.org/Gallery-Mike.html">http://www.mikeygraham.org/Gallery-Mike.html</a><!-- m --><br />
and tell me what can be changed to make the pop-up work and yet keep the same apperance on the page.<br />
<br />
Thanks<br />
<br />
Aoife<!--content-->Rid yourself of all of those functions and do something like<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"41.html"><img alt="[Photo number 41]" onclick="window.open(this.href,'41', 'width=600,height=400,scrollbars');return false" src=http://www.webdeveloper.com/forum/archive/index.php/"Photos/41_th.jpg"></a><!--content-->Thanks a million for the code but what am I missing as the pop-up is showing the thumbnail instead of the bigger picture?<br />
<br />
<!-- m --><a class="postlink" href="http://www.mikeygraham.org/Gallery-Mike.html">http://www.mikeygraham.org/Gallery-Mike.html</a><!-- m --><br />
<br />
What am I still doing wrong?<br />
<br />
Thanks<br />
<br />
Aoife :confused:<!--content-->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:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"41.html" onclick="window.open(this.href,'41', 'width=600,height=400,scrollbars');return false"><img alt="[Photo number 41]" src=http://www.webdeveloper.com/forum/archive/index.php/"Photos/41_th.jpg"></a><!--content-->
 
Back
Top