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.

Re: How do I print a selected file from a web page to the default pri. by Murray

Murray
Fri Dec 24 14:10:43 CST 2004

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....

--
Murray

"hollister_dave" <hollister_dave@discussions.microsoft.com> wrote in message
news:FAB19CE5-6F06-4817-B1CD-6270638BE12A@microsoft.com...
> 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.