Web Analytics Made Easy -
StatCounter AOL Email - CodingForum

Announcement

Collapse
No announcement yet.

AOL Email

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • AOL Email

    I'm trying to get an image to display via a hot-link in a html email in AOL.

    Example:

    <img src="http://host.com/me/image.gif"></img>?

    All headers are in place and working properly in yahoo, hotmail, web and clients....just not AOL.

    Possible?

    Thanks
    Zoobie or not Zoobie...That is the problem.
    <body onUnload="flush( ! )">

  • #2
    aol (all online ludicrus) doesn`t support html email, i think.
    scroots
    Spammers next time you spam me consider the implications:
    (1) that you will be persuaded by me(in a legitimate mannor)
    (2)It is worthless to you, when i have finished

    Comment


    • #3
      no, they definitely support html email. i get loads of it all the time in my aol account. but recently i haven't gotten anything with a picture in it. if i do, i'll take a look at the source, and let you know how they did it.
      bluemood | devedge | devmo | MS Dev Library | WebMonkey | the Guide

      i am a loser geek, crazy with an evil streak,
      yes i do believe there is a violent thing inside of me.

      Comment


      • #4
        Well, you may be seeing an embedded file that's actually sent along with the email.

        The other way is to just point to a file on the web like my example above ...but I don't know if this is possible in AOL.
        Zoobie or not Zoobie...That is the problem.
        <body onUnload="flush( ! )">

        Comment


        • #5
          It won't display as the host of the image may be able to decipher information from the referrer, the same reason Hotmail opens links in its encrypted frameset thingy. I'd guess anyway.
          [+] Computer/PC issues [+] Silverpaw3D
          ------------------------------------------------
          Never buy a dwarf with learning disabilities...

          ...it's not big, and it's not clever.

          Comment


          • #6
            You may be right...AOL can display an embedded file fine...just not display a linked one....bummer.

            Last edited by zoobie; Jul 16, 2002, 04:38 AM.
            Zoobie or not Zoobie...That is the problem.
            <body onUnload="flush( ! )">

            Comment


            • #7
              there will be aweay of fixing your problem probably using embed, why not look on www.aol.com they have a whole section devoted to developers/web master with this sort of info on it.

              scroots
              Spammers next time you spam me consider the implications:
              (1) that you will be persuaded by me(in a legitimate mannor)
              (2)It is worthless to you, when i have finished

              Comment


              • #8
                What's the address? All I saw is a bunch of new crud for sale.

                You may havta be a member to access.

                Thanks
                Zoobie or not Zoobie...That is the problem.
                <body onUnload="flush( ! )">

                Comment


                • #9
                  i`ll find it they provide lotts of tech stuff info about there crud as people want to know how to code for there users.

                  scroots
                  Spammers next time you spam me consider the implications:
                  (1) that you will be persuaded by me(in a legitimate mannor)
                  (2)It is worthless to you, when i have finished

                  Comment


                  • #10
                    the webmaster section..


                    just your look they had an article on it



                    scroots
                    Spammers next time you spam me consider the implications:
                    (1) that you will be persuaded by me(in a legitimate mannor)
                    (2)It is worthless to you, when i have finished

                    Comment


                    • #11
                      I think this falls under security issues like mouse said seeing as I've followed AOL's directions for HTML emails:

                      "The common theme here is end-user security. Malicious emailers can bury a wide variety of harmful actions within the HTML email, including programs that activate upon download. Alternately, as is the case with Meta Refresh, a user can be sent to another web site automatically. With URL Tooltips, the TITLE attribute is generated by the client so that malicious emailers cannot specify that a link goes to one site when it in fact goes to another. It is important to AOL that the end-user be protected from these potential security hazards."

                      The URL is to a linked image which poses a security threat if I'm reading this right...

                      This is probably why embedded images display properly. They're not linked to external sites.

                      Last edited by zoobie; Jul 18, 2002, 04:13 PM.
                      Zoobie or not Zoobie...That is the problem.
                      <body onUnload="flush( ! )">

                      Comment

                      Working...
                      X