Jump to content

Special Button To Send Or Print


darphas

Recommended Posts

hello everybody.

 

i'm making a online catalog and i have all it done, but i want to include a button to send the page product for e-mail or print it, so i want to know how i can search it in google or how is named kind of button to find examples or how it works..

 

please help.

i'm newbie in php.

Link to comment
https://forums.phpfreaks.com/topic/269364-special-button-to-send-or-print/
Share on other sites

An email button will require some PHP but the print would just need to be javascript, you don't really need to write any php if you write a comprehensive CSS for printing and link it as:

<link rel="stylesheet" type="text/css" href="print.css" media="print">

And something like this can invoke the print dialog:

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

 

Simple email scripts are pretty easy to program. http://lmgtfy.com/?q=simple+email+script+PHP

If I had my files I would give you my setup but I don't have access to it ATM

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.