Hi there,
I have an imageviewer.asp page which collects Respone.QueryString from it's parent opener with and displays what's in the 'Url' and 'Desc' query strings...
Code:
<a href="#null" onClick="cWindow('/html/imageviewer.asp?Url=/images/pfi/large/001.jpg&Desc=The oldest part of the old school\, circa 1930','740','480')"><img src="/images/pfi/thumb/001.gif" alt="PFI: Picture Gallery - 001 " /></a>
But what I would like to do is once imageviewer.asp is open, is to allow the user to cylce through the pictures without having to close the window, and open the next picture. However, I would only want them to be able to cycle through the pictures that are actually on that page!!
I'm pretty comfortable with arrays, but need a little help in accomplashing the above!
Thanks very much/...