Computing.Net > Forums > Programming > print multiple images checkboxes

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

print multiple images checkboxes

Reply to Message Icon

Name: lubdub
Date: May 30, 2003 at 13:47:39 Pacific
OS: win XP
CPU/Ram: 1800 XP / 500 MB
Comment:

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



Sponsored Link
Ads by Google

Response Number 1
Name: SN
Date: May 30, 2003 at 15:06:40 Pacific
Reply:

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


0
Reply to Message Icon

Related Posts

See More







Post Locked

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


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: print multiple images checkboxes

Printing multiple images on one sheet www.computing.net/answers/programming/printing-multiple-images-on-one-sheet/1514.html

Print multipl lines in a cell in VB www.computing.net/answers/programming/print-multipl-lines-in-a-cell-in-vb/4945.html

loading image www.computing.net/answers/programming/loading-image/879.html