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
