Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

How better to call image??

by NodeReaper (Curate)
on Apr 29, 2005 at 18:23 UTC ( [id://452702]=perlquestion: print w/replies, xml ) Need Help??

NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: How better to call image??
by cbrandtbuffalo (Deacon) on Apr 29, 2005 at 18:36 UTC
    Hmmm, isn't this how spammers know you've opened their mail in your HTML-ready email client...? And why people should turn off auto-image loading?

      It's typically refered to as a 'web bug'. It's used by a lot of sites, as it forces the client to make a connection to a completely different server, that may not even be in the same domain. This allows them to use one system to collect usage statistics for many web servers. And because it's not loaded from an SSI, there's a HTTP connection to the browser, so that cookies can be placed, as well. (note -- some browsers can be configured to reject cookies from images that aren't in the same domain as the page)

      Some browsers can also be configured so they specifically don't download 1x1 images at all. (I know iCab has had this option for many years)

      And personally, I'm against HTML for all email, but you're right -- this is just one of those many things that makes it even worse. But this item isn't just an email type thing.

      Update: based on the script name, it might be the following. (I'm not making it linkable... no sense in getting their page rank higher)

      • http://www.script-directory.net/perl-scripts/mail-visitor-info-details1397.html
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: How better to call image??
by eric256 (Parson) on Apr 29, 2005 at 18:35 UTC

    It is always safe to quote values in HTML elements, and I would recommend it.

    <img src="http://www.domain.com/cgi-bin/mvi.pl" width="1" height="1" b +order="0">
    I have no idea why you would put index.html on the end of the second one though.


    ___________
    Eric Hodges
    A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://452702]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-23 22:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found