I am making a photogallery. How to make all photo thumbnails open in new, but the only window? And how to make it change its size accordingly to size of the photo?
Printable View
I am making a photogallery. How to make all photo thumbnails open in new, but the only window? And how to make it change its size accordingly to size of the photo?
Use javascript's window.open to open a window of the same name from all thumbnail links.
Also, since you'll be generating the links server side, pass the window dimensions in the window.open's arguments from wherever you have it stored.