Sorry, I'm too used to web pages ;-)
So my understanding now is that you have a tiff file that contains multiple
"pages" (that is images) and that you want to navigate through them. Is this
correct ?
There is no built-in support AFAIK. Possible options I see are :
- to use a client side viewer (ActiveX, JavaApplet or .NET control) that
would handle "multipages" files
- to send the file with the proper mime type. It would let the user open the
file based on the current file association (hopefully handling multipages
file such as perhaps the XP viewer ?)
- to extract server side the targeted "page" and display it using the usual
image control (not sure about how easy it is to extract the targeted "page")