Hi Guys,
I'm trying to place multiple thumbnails (approx 40) in a fragment using a thumbnail program 'AllThumbsPro' but all I get is the frames showing without any photos...

The thubnail program uses javascript, a snippet of which is below...
	I've tried changing the paths with no success and having searched throught he AUG and forum without any real answer I am wondering whether anyone has managed to do this with a thumbnail program for this number of thumbnails ?
Thanks,
Graham
					I'm trying to place multiple thumbnails (approx 40) in a fragment using a thumbnail program 'AllThumbsPro' but all I get is the frames showing without any photos...
The thubnail program uses javascript, a snippet of which is below...
Code:
	
	<TABLE ALIGN="default" BORDER="1" WIDTH="100%" CELLSPACING="2" CELLPADDING="1">
<TR>
<TD ALIGN="center"><A HREF="dummy.htm"
ONMOUSEOVER="window.status='Click to display photo';return true;"
ONMOUSEOUT="window.status='';return true;"
ONCLICK="OpenPhoto('KAA0.jpg');return false;"><IMG BORDER="0"
SRC="/KAA0_tn.jpg" WIDTH="113" HEIGHT="160"></A><BR>
<FONT FACE="Arial" SIZE="2">KAA</FONT></TD>
<TD ALIGN="center"><A HREF="dummy.htm"
ONMOUSEOVER="window.status='Click to display photo';return true;"
ONMOUSEOUT="window.status='';return true;"
ONCLICK="OpenPhoto('images/KAB1.jpg');return false;"><IMG BORDER="0"
SRC="images/KAB1_tn.jpg" WIDTH="113" HEIGHT="160"></A><BR>
<FONT FACE="Arial" SIZE="2">KAB</FONT></TD>
<TD ALIGN="center"><A HREF="dummy.htm"
ONMOUSEOVER="window.status='Click to display photo';return true;"
ONMOUSEOUT="window.status='';return true;"
ONCLICK="OpenPhoto('images/KAC2.jpg');return false;"><IMG BORDER="0"
SRC="images/KAC2_tn.jpg" WIDTH="113" HEIGHT="160"></A><BR>
<FONT FACE="Arial" SIZE="2">KAC</FONT></TD>
<TD ALIGN="center"><A HREF="dummy.htm"
ONMOUSEOVER="window.status='Click to display photo';return true;"
ONMOUSEOUT="window.status='';return true;"
ONCLICK="OpenPhoto('images/KAD3.jpg');return false;"><IMG BORDER="0"
SRC="images/KAD3_tn.jpg" WIDTH="113" HEIGHT="160"></A><BR>
<FONT FACE="Arial" SIZE="2">KAD</FONT></TD>
</TR>
Thanks,
Graham
 
Comment