Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi - I wish to create a page where a user can select links to tiff image files using checkboxes and then print the pages (one or all or a multiple acording to what is checked).
To be more clear: it is a set of ASP / HTML pages which will allow a user to enter an account number, retrieve links to image files based on that account number, and then be able to select the pages they'd like to print based on which checkboxes are selected. Any ideas on how to code the "print from multiple checkboxes" part?
Thanks in advance!
lubdub100@yahoo.com

I had a similar situation on imageworks' website where the customer needed to be able to check the photos they wanted to order. Then the confirmation page shows only those photos.
If I were you, I would do something like this where the checkboxes select which tiff files are shown on the next page, and then the user can print out those files if they wish.
In other words, put all the checkboxes into one form, have the form handler output a new page where each tiff image that was checked is output to the page. Then have the user print that page or use a javascript to print automatically.
I do not know of any way of telling a web browser to only print checked objects. This is one extra step for you and maybe the user (depending on whether or not you use a javascript to print the page automatically), but it may be your best bet.
Good luck,
-SN

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |