Log in

View Full Version : Looking for script to print a coupon



egghead2000
04-09-2008, 04:14 PM
I'm doing a web page for a restaurant and they would like the option for their viewers to print a coupon. Is there such script?

egghead2000
04-09-2008, 06:20 PM
Is it possible to use these two scripts on the same page?

http://www.dynamicdrive.com/dynamicindex9/printstyle.htm
and
http://www.dynamicdrive.com/dynamicindex9/other1.htm

I've tried and get "This page can not be found"

www.noahsvideo.com/pelusocoupon.htm

Thanks

Medyman
04-09-2008, 11:37 PM
I don't get what you're trying to do.

If it's just a printing a webpage, yes that DD print script will do it. If the coupon is on the page along with other things and you only want to print the coupon:

1) Create a link to print the coupon with ONLY the coupon on it or
2) Use an alternative stylesheet with media="print" (as the first link) and set all the other elements on the page to display:none except for the div/image the coupon is in.