|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Send Page By Email
Send Page By Email
I have a send page to friend link and i want to write a function that sends the content of the page to user's friend by email. is there a way to dothat in javascript? thanks |
|
#2
|
|||
|
|||
|
No, you have to use a server-side language to do that.
|
|
#3
|
||||
|
||||
|
javascript email
You could use javascript to populate portions of the "mailto" link with variables, including a link to the page, so that when the user's email client opened they would only need to click send. But sending "a page" isn't such a good idea IMHO, You can send HTML emails true, but it is less problamatic to send a link to the page instead. Also take precautions that any "send to a friend" script you may decide to use can't be used to spam.
|
|
#4
|
|||
|
|||
|
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Send Page By Email |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|