|
|
|
<! Place this javascript on your page >
<SCRIPT LANGUAGE = "JavaScript">
function PhotoEnlargeWindow(imagename){
var Exp = /\&/g;
var PopWindowWidth = 600;
var PopWindowHeight = 600;
window.open('http://bulkfileupload.com/cgi-bin/photogallery/index.pl?Enlarge&'+imagename,
'window', 'toolbar=no,scrollbars=yes,resizable=yes,width='+PopWindowWidth+',
height='+PopWindowHeight+',left=10,top=10')
}
</script>
<! Script Link:
javafeed.pl?2&2&75&0
1st argument = rows
2nd argument = columns
3rd argument = image width
4th argument = Show Caption - 1 yes 0 no
>
<! Javascript to call the thumbnails
Place this where you want the thumbs to appear>
<script language="JavaScript" type="text/javascript"
src="http://bulkfileupload.com/cgi-bin/photogallery/javafeed.pl?2&2&60&0">
|