ment to say this is the code used in the main page displaying the iframe and images.
whats does the following line mean?
"thumbs.htm?folder="+folders[n]+"&num="+numbers[n];
thanks, any help appreciated.
function changeparty
{
if (n!=0){
document.all.galnav.src="thumbs.htm?folder="+folders[n]+"&num="+numbers[n];
currentfolder=n;
changepic('01');
}
whats does the following line mean?
"thumbs.htm?folder="+folders[n]+"&num="+numbers[n];
thanks, any help appreciated.
function changeparty
if (n!=0){
document.all.galnav.src="thumbs.htm?folder="+folders[n]+"&num="+numbers[n];
currentfolder=n;
changepic('01');
}