How do I print a selected file from a web page to the default pri.

H

hollister_dave

My web page let's the user select a coupon to print, they are stored in a
local directory, and are in jpg format. I would like to let the user press a
button next to the entry that the want, and send it to the local printer. I
need to put the path and the file name under the button, and then send to the
printer. Has anyone had this problem.
 
M

Murray

Your best bet would be to open the coupon in a pop-up and tell the visitor
to use the Menu FILE | Print. Any programmatic print option will fail on
some browsers....
 
Top