ChefSausage
Programmer
I am running an ASP application that extracts images from a remote server. The top frame of the page shows the number of the image to view (as a link), and the bottom frame links directly to the selected image (it uses IE's internal TIFF viewer to display the .TIFF image.
The problem I'm having is trying to find a way to have a "print all" option that will have ASP query all the images for printing at once. Would this require all the images to physically appear in the bottom frame for this to work or can there be a work around to this (each image is huge in terms of dimensions and filesize).
The problem I'm having is trying to find a way to have a "print all" option that will have ASP query all the images for printing at once. Would this require all the images to physically appear in the bottom frame for this to work or can there be a work around to this (each image is huge in terms of dimensions and filesize).