mailto javascript

This is a discussion on "mailto javascript" within the JavaScript Forum section. This forum, and the thread "mailto javascript are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 21st, 2004, 07:44
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
mailto javascript

what i want to do is..

In my page, i have 6 textbox field:
name, id, <span style="color:red">email</span id="red">, age and bookingStatus, <span style="color:red">bookingMessage</span id="red">.

when i click a button in the page,
the ms outlook will opened, and all the information in the field will be displayed in the ms outlook before i send the email.

I want to use the "mailto" code!
The address of the email will be get from the <span style="color:red">email field </span id="red"> in my form!
The subject of the email will be: fixed as "BOOKING STATUS"
and the message will be: get form the <span style="color:red">bookingMessage </span id="red"> field in my form

Anybody can help me please
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)

  #2 (permalink)  
Old Sep 21st, 2004, 08:41
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
ok...
maybe you all dont understand my question.
let me make it clear!

i have a form in ASP.
It contain 6 text field.

1. name
2. id
3. email
4. bookingStatus
5. bookingMessage
6. date

At the bottom of my page i want to have a button (mailto) that will open up the Microsoft Outlook.
All the field in the form will be transform/send to the COMPOSE box in the MS Outlook
(name, id, bla..bla..bla..)

The message of the email will be set to "BOOKING STATUS"
AND the email address of the "mailto" function will be get from the email field in my form!

Code: Select all
<a href="mailto:GET FROM EMAIL FIELD?subject=BOOKING STATUS&body=ALL THE FIELD CONTENT">
this code is to simple...
i want the compose box of the email will be all the value comming from my form!
i.e (name, id, email, bookingStatus, bookingMessage)
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
  #3 (permalink)  
Old Sep 21st, 2004, 09:53
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Monie.... you have already posted in the ASP forum regarding this. Please do not cross post, as it is very confusing for people to know which thread to post in. As you are doing this in ASP mainly then I shall lock this thread.

Please post all replies to This Thread
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Closed Thread

Tags
mailto, javascript

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mailto with cc included rubyfruit Web Page Design 2 Sep 5th, 2006 13:38
mailto and IE6 Don Logan Web Page Design 12 Apr 30th, 2006 16:48
mailto function Monie JavaScript Forum 6 Sep 28th, 2004 15:16
[SOLVED] mailto Anonymous User Flash & Multimedia Forum 2 Sep 20th, 2004 07:52
Mailto: Physt Flash & Multimedia Forum 1 Jul 22nd, 2004 14:00


All times are GMT. The time now is 19:37.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43