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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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