Hello,
I've got this image gallery that passes the value of the image to display to the URL of a spawned window (with me so far?).
<href="javascript:launch('zoom.cfm?fullPic=image.gif');">
Zoom.cfm displays the image just fine...
<IMG SRC="full/#URL.fullPic#">
But I want to add previous/next picture functionality to the spawned window. The gallery index displays the images in chronological order and I'd like to maintain this sequence in the zoomed window.
How...? Desperate...
I've got this image gallery that passes the value of the image to display to the URL of a spawned window (with me so far?).
<href="javascript:launch('zoom.cfm?fullPic=image.gif');">
Zoom.cfm displays the image just fine...
<IMG SRC="full/#URL.fullPic#">
But I want to add previous/next picture functionality to the spawned window. The gallery index displays the images in chronological order and I'd like to maintain this sequence in the zoomed window.
How...? Desperate...