How to add "send this webpage to a friend"
Hihi
As the title suggest , I have a few items on my website and they opens in their own window when they are clicked, I wanted to have a button that will send the particular webpage to someone like "send this to a friend" possibly without having to open a email client, but if its 2 complicated i ll settle for that .
Many thx
smegazlufc posted this at 17:57 — 14th May 2004.
They have: 29 posts
Joined: Feb 2004
check out hotscripts.com
Suzanne posted this at 18:31 — 14th May 2004.
She has: 5,507 posts
Joined: Feb 2000
To have it send to a friend, you'll have to collect the information through your website (usually with a database or similar) and then mail from your server. This requires sendmail or equiv to be installed and functional and server-side scripting.
starter posted this at 00:43 — 15th May 2004.
They have: 80 posts
Joined: Feb 2003
ouch , not what i expected , thx a mill Suzanne, can i actually configure the page instead to open outlook express with the appropriate fields already fill in? like passing the the form fields?
thx
Busy posted this at 00:58 — 15th May 2004.
He has: 6,151 posts
Joined: May 2001
Some browsers you can preset the subject and part of the message but newer browsers no longer allow this.
If your getting the email client to pop up, your using a mailto tag, so you'd need something like:
Email them
Just remember it wont always work, and if the persons default email client is netscape or yahoo or something they may not get anything.
Perfered method is server side, PHP, ASP or something.
starter posted this at 02:45 — 15th May 2004.
They have: 80 posts
Joined: Feb 2003
Thx busy , can u actually embed or attach a picture automatically using this method?
so i can just fill out the email address on me outlook and send it.
Suzanne posted this at 02:50 — 15th May 2004.
She has: 5,507 posts
Joined: Feb 2000
nooo, you can't send attachments without server-side processing.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.