I have the code as follows for the thumbnail page. The images are saved in "images/A or B etc../ 01_thumb.jpg"
I think theres something wrong with the children.changepic bit. The thumbnails display a space for the image but not the image itself!
Please help!
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<script language="JavaScript">
<!--
for (i=1;i<num;i++) {
if (i<10) {
str="0" + i;
} else {
str="" + i;
}
document.write('<td><a href="javascript
arent.changepic(\''+str+'\');"><img src="images/'+foldername+'/'+str+'_thumb.jpg" border="3"></a></td>');
document.write('<td><img src="images/spacer.gif" width="8" height="1"></td>');
}
//-->
</script>
</tr>
</table>
I think theres something wrong with the children.changepic bit. The thumbnails display a space for the image but not the image itself!
Please help!
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<script language="JavaScript">
<!--
for (i=1;i<num;i++) {
if (i<10) {
str="0" + i;
} else {
str="" + i;
}
document.write('<td><a href="javascript
document.write('<td><img src="images/spacer.gif" width="8" height="1"></td>');
}
//-->
</script>
</tr>
</table>