Open mail and attache document!

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

    Open mail and attache document!

    Hi!

    I don't think this is possible but I have a report that is created in XML
    and transformed to html using XSL. Is it possible to add a link in this
    report that will mail itself (the report as an attachment)? I can add text
    in the subject line and the body but I cannot attache the report itself. If
    it is not possible to attache the report is it possible to "steal" the
    entire html from the report and insert that into the body of the email (I
    guess this is limited in length since I am using the mailto and add the
    subject and body on the querystring and the querystring is limited in
    length)?



    An IE solution is acceptable (version 5.5+) even though a solution that
    works on Netscape 7+ (Mozilla) as well would be better

    Regards
    /Hans


  • Andrew Poulos

    #2
    Test for media file playback on MZ

    With a "standard" Mozilla install on Win XP how can I detect whether or
    not MZ can play/display a specific media file type, for example WMA and
    WMV files?


    Andrew Poulos

    Comment

    • Hans

      #3
      Re: Test for media file playback on MZ


      "Andrew Poulos" <ap_prog@hotmai l.com> wrote in message
      news:41931b39$0 $6544$5a62ac22@ per-qv1-newsreader-01.iinet.net.au ...[color=blue]
      > With a "standard" Mozilla install on Win XP how can I detect whether or
      > not MZ can play/display a specific media file type, for example WMA and
      > WMV files?[/color]


      I guess this should be in a new thread?

      /Hans


      Comment

      • Andrew Poulos

        #4
        Re: Test for media file playback on MZ

        Hans wrote:[color=blue]
        > "Andrew Poulos" <ap_prog@hotmai l.com> wrote in message
        > news:41931b39$0 $6544$5a62ac22@ per-qv1-newsreader-01.iinet.net.au ...
        >[color=green]
        >>With a "standard" Mozilla install on Win XP how can I detect whether or
        >>not MZ can play/display a specific media file type, for example WMA and
        >>WMV files?[/color]
        >
        > I guess this should be in a new thread?[/color]

        I'm sorry but I don't understand what you're talking about.

        Andrew Poulos

        Comment

        • Hans

          #5
          Re: Test for media file playback on MZ

          If my Outlook Express has not gone crazy you have added your question about
          "Test for media file..." as an answer to my question "Open mail and attache
          document". I guess what you wanted is to create a new question?

          I don't know which newsreader you are using but if you use OE you may have
          clicked the "Reply group" when you entered your question instead of "New
          Post"?

          Regards
          /Hans


          Comment

          • Michael Winter

            #6
            Re: Test for media file playback on MZ

            On Thu, 11 Nov 2004 21:01:22 +1100, Andrew Poulos <ap_prog@hotmai l.com>
            wrote:
            [color=blue]
            > Hans wrote:
            >[color=green]
            >> "Andrew Poulos" <ap_prog@hotmai l.com> wrote in message
            >> news:41931b39$0 $6544$5a62ac22@ per-qv1-newsreader-01.iinet.net.au ...[/color][/color]

            [off-topic reply]
            [color=blue][color=green]
            >> I guess this should be in a new thread?[/color]
            >
            > I'm sorry but I don't understand what you're talking about.[/color]

            You replied to Hans' post, rather than starting your own thread.

            Mike

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

            Comment

            • Randy Webb

              #7
              Re: Open mail and attache document!

              Hans wrote:[color=blue]
              > Hi!
              >
              > I don't think this is possible but I have a report that is created in XML
              > and transformed to html using XSL. Is it possible to add a link in this
              > report that will mail itself (the report as an attachment)?[/color]

              No. And thats assuming that you even manage to open an email window.
              [color=blue]
              > I can add text in the subject line and the body but I cannot attache
              > the report itself.[/color]

              While it may indeed "work" on your computer, I promise your mailto:
              doesn't work on mine. Nor does it work for anybody that either uses
              web-based email or does not have an email client associated with the
              browser.

              [color=blue]
              > If it is not possible to attache the report is it possible to "steal" the
              > entire html from the report and insert that into the body of the email (I
              > guess this is limited in length since I am using the mailto and add the
              > subject and body on the querystring and the querystring is limited in
              > length)?[/color]

              Use a form, put the contents of the report in a textarea, submit the
              form. Let the server send the mail.

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

              Comment

              • erikd@nospam.wanted.here

                #8
                Re: Open mail and attache document!

                On Thu, 11 Nov 2004 08:34:30 +0100, "Hans" <sorry@nospam.c om> wrote:
                [color=blue]
                >I don't think this is possible but I have a report that is created in XML
                >and transformed to html using XSL. Is it possible to add a link in this
                >report that will mail itself (the report as an attachment)? I can add text
                >in the subject line and the body but I cannot attache the report itself. If
                >it is not possible to attache the report is it possible to "steal" the
                >entire html from the report and insert that into the body of the email (I
                >guess this is limited in length since I am using the mailto and add the
                >subject and body on the querystring and the querystring is limited in
                >length)?[/color]

                I hope that someone suggests a viable solution to your question. I'm
                in kind of the same boat. I have a very controlled population (company
                employees) which I send a technical documentation cdrom to an a
                monthly basis. The cdrom has a html menu and it would be great if I
                had a method of automating the collection information from the
                employees using the menu mechanism. Frankly the current methods
                we are using could be better. Since this isn't a server based process,
                my alternatives are limited.
                --
                Erik

                Comment

                • Hans

                  #9
                  Re: Open mail and attache document!

                  Hi Randy![color=blue]
                  > No. And thats assuming that you even manage to open an email window.
                  >[/color]
                  That will not be a problem. This is not a public site it is an inhouse where
                  all have Outlook installed as the main mailclient.

                  [color=blue][color=green]
                  > > I can add text in the subject line and the body but I cannot attache
                  > > the report itself.[/color]
                  >
                  > While it may indeed "work" on your computer, I promise your mailto:
                  > doesn't work on mine. Nor does it work for anybody that either uses
                  > web-based email or does not have an email client associated with the
                  > browser.
                  >[/color]
                  I agree that a server side solution would be better in a solution that
                  should be placed public but in my case this is not an issue. To send the
                  message from the server may be an alternative anyway if there is no way of
                  attaching the report client side. I just wanted to now if there exist a way
                  of doing it client side since everything is working now except the
                  attachment of the report to the mail. No need to create server side code if
                  there exist a client side way of solving the issue, but if this is not
                  possible a server side solution may be the way to go. I did not expect to
                  find a client side solution but if there exist one I thought I would get an
                  answer here.



                  Regards
                  /Hans



                  Comment

                  Working...