opening a new mail window with some text.
Hi all,,
I have a small project to do over here..
In my form I have some data and a button..
what my client requirement is , whenever they press the button, a New mail window has to be opened and all the data in ( some 10 lines of data ) the form should come to the new mail window directly.
Im able to open the new window using HYPERLINK but i dnt know how to post the same to the mail window ??
first of all is it possible ??? if yes then how ???
Please help me..
Thanx & regards
Srikanth
Re: opening a new mail window with some text.
what are u doing this from??
do u want generic code.. (like a hyperlink) or do u need to control Outlook?
heres a hyperlink style
HTML Code:
<a href="mailto:[email protected]?subject=subject line&body=The message's first paragraph.%0A%0aSecond paragraph.%0A%0AThird Paragraph">
Re: opening a new mail window with some text.
yes..static..thats gr8 from u..
this is what i want...i got it...thanx alot..