View Single Post
  #1 (permalink)  
Old Sep 21st, 2004, 07:44
Monie Monie is offline
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
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