Results 1 to 3 of 3

Thread: opening a new mail window with some text.

  1. #1

    Thread Starter
    Hyperactive Member nagasrikanth's Avatar
    Join Date
    Nov 2004
    Location
    India,Hyderabad.
    Posts
    420

    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
    The Difference between a Successful person and others is not a Lack of Knowledge,
    But rather a Lack of WILL

  2. #2
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    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">
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  3. #3

    Thread Starter
    Hyperactive Member nagasrikanth's Avatar
    Join Date
    Nov 2004
    Location
    India,Hyderabad.
    Posts
    420

    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..
    The Difference between a Successful person and others is not a Lack of Knowledge,
    But rather a Lack of WILL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width