Auto Email Link
General
Automatically creates a new e-mail utilizing the user's default e-mail client. The script fills in the subject line and adds the URL of the current Web page to the body. Note: May not be compatible with all e-mail clients.
Notes
- Created by: CodeLifter.com
- Web Site: http://www.codelifter.com
- Posted: February 21, 2001
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: autoEmailLink.js
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(4 comments)Your question is beyond the scope of these comments. You will need to post it over on [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]the JavaScript forum[/a]. Thanks!
very good
I am trying to get my form (Reservation) on my website to send by email.[br /] When you push send, it will not send. I tried everything. I am not all that savy with terms and how toos.[br /]If you can help me or it this form will help me I would be grateful.[br /][br /]Liz
The script not working. I am using a web development software which has a header component, literal component (it runs any javascript and html code directly from the server). I put the head code in the header component, the body in the literal component, and the external file code in our pre-defined folder .js. What am I missing to run the code. I can see the fform text box and button but when I click on the button nothing happens.