P
Peddler
I am attempting to create a photo album for our family and would appreciate
some suggestions/examples.
The start.html has all the thumbnails and clicking on anyone will open the
second html program to display the image in full screen. This all works OK,
however the only option I now have is to close the JavaScript as follows:
<form>
<input type=button value="Close Window"
onClick="javascript:window.close();">
</form>
I would like to have three options.
1. close and return to the start.html
2. open the next picture without going to the start.html
3. open the previous picture without going to the start.html
If someone could tell me where to find an example or provide an example of
how to provide these functions I would very much appreciate it.
The Peddler
some suggestions/examples.
The start.html has all the thumbnails and clicking on anyone will open the
second html program to display the image in full screen. This all works OK,
however the only option I now have is to close the JavaScript as follows:
<form>
<input type=button value="Close Window"
onClick="javascript:window.close();">
</form>
I would like to have three options.
1. close and return to the start.html
2. open the next picture without going to the start.html
3. open the previous picture without going to the start.html
If someone could tell me where to find an example or provide an example of
how to provide these functions I would very much appreciate it.
The Peddler