PhotoJoe47
10-24-2005, 02:05 PM
Hi You All,
I'm still working on my tumbnail page.
On my catalog of pictures page I have a table with a list of page numbers.
I want to link each page to my tumbnail pages. Right now the code for each of the tumbnail pages is the same except for this one line of code in the <head> section.
<!-- ***** Javascript Section Starts Here ***** -->
<!-- *** Javascript variables for later use defined here *** -->
<script type="text/javascript" src="tnVariables1.js"></script>
<!-- *** End of Javascript variables definitions *** -->
<!-- ***** Javascript Section Ends Here ***** -->
Now I would like to be able to have each link on the "Catalog of Pictures" page go to the same page an pass the need variables stored in the matching *.js file.
On the "Catalog of Pictures page I have created an array with the URL of the *.js file.
var arrTNvariables = new Array();
Then assign each *.js file to the array arrTNvariable[i] = "path to file"
But how do I pass the arrTNvariable to the tumbnail page, and then use this variable to call the *.js file in the tumbnail page?
Thanks,
PhotoJoe
I'm still working on my tumbnail page.
On my catalog of pictures page I have a table with a list of page numbers.
I want to link each page to my tumbnail pages. Right now the code for each of the tumbnail pages is the same except for this one line of code in the <head> section.
<!-- ***** Javascript Section Starts Here ***** -->
<!-- *** Javascript variables for later use defined here *** -->
<script type="text/javascript" src="tnVariables1.js"></script>
<!-- *** End of Javascript variables definitions *** -->
<!-- ***** Javascript Section Ends Here ***** -->
Now I would like to be able to have each link on the "Catalog of Pictures" page go to the same page an pass the need variables stored in the matching *.js file.
On the "Catalog of Pictures page I have created an array with the URL of the *.js file.
var arrTNvariables = new Array();
Then assign each *.js file to the array arrTNvariable[i] = "path to file"
But how do I pass the arrTNvariable to the tumbnail page, and then use this variable to call the *.js file in the tumbnail page?
Thanks,
PhotoJoe