Escape Seqence Not Working in mailto

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jpan

    Escape Seqence Not Working in mailto

    I am attempting to use mailto to build and e-mail message. The body
    of the message will be long and I need to imbed carrage returns,
    however the \r and \n will not work. How can I accomplish this??
  • Michael Winter

    #2
    Re: Escape Seqence Not Working in mailto

    On 28 Sep 2004 13:30:38 -0700, jpan <jpannone@csc.c om> wrote:
    [color=blue]
    > I am attempting to use mailto to build and e-mail message.[/color]

    For use on the Web or on an intranet. If it's the former, stop now. Mailto
    links, such as the one you're trying to create, will fail on some systems.
    [color=blue]
    > The body of the message will be long and I need to imbed carrage
    > returns, however the \r and \n will not work. How can I accomplish
    > this??[/color]

    This can easily be achieved with a mail form. If your host doesn't provide
    this service, there are plenty of free ones available.

    Mike

    --
    Michael Winter
    Replace ".invalid" with ".uk" to reply by e-mail.

    Comment

    • Thomas 'PointedEars' Lahn

      #3
      Re: Escape Seqence Not Working in mailto

      jpan wrote:
      [color=blue]
      > I am attempting to use mailto to build and e-mail message. The body
      > of the message will be long and I need to imbed carrage returns,
      > however the \r and \n will not work. How can I accomplish this??[/color]

      You don't since mailto: URIs don't work.


      PointedEars
      --
      Ever dance with the devil in the pale moonlight?
      The foolish try and always die.

      Comment

      • Randy Webb

        #4
        Re: Escape Seqence Not Working in mailto

        Thomas 'PointedEars' Lahn wrote:
        [color=blue]
        > jpan wrote:
        >
        >[color=green]
        >>I am attempting to use mailto to build and e-mail message. The body
        >>of the message will be long and I need to imbed carrage returns,
        >>however the \r and \n will not work. How can I accomplish this??[/color]
        >
        >
        > You don't since mailto: URIs don't work.[/color]

        Wow, I am impressed. It only took you 16 days to utter that nonsense.

        --
        Randy
        comp.lang.javas cript FAQ - http://jibbering.com/faq

        Comment

        Working...