SHARING & PRINTING INDIVIDUAL PAGE RECORDS

4 posts by 2 authors in: Forums > CMS Builder
Last Post: August 6, 2010   (RSS)

By csdesign - August 5, 2010

On this recipes section, I'd like to Print & Share option to each recipe. How do I go about adding "print this record" (recipe) and "share this record" (recipe) to each record? http://www.aubriericheson.com/recipes.php

Re: [csdesign] SHARING & PRINTING INDIVIDUAL PAGE RECORDS

By Donna - August 5, 2010

Hi there!

What function do you want the print & share buttons to have? Do you want to go to a specific printer friendly page, or just bring up the browsers "Print" function?

To bring up the browsers "Print" function, you can do that with JavaScript:

<a href="javascript:window.print()">Click to Print This Page</a>

What do you want the share button to do?
Donna

--
support@interactivetools.com

Re: [Donna] SHARING & PRINTING INDIVIDUAL PAGE RECORDS

By csdesign - August 5, 2010

I might need the option for going to a specific printer friendly page too. thanks for the print function directions!

As far as the share buttons goes - Just a simple "email this to a friend" link would work. Sorry, I should have been more specific.