Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   JavaScript and Client-Side Browser Scripting (http://www.programmingforums.org/forum23.html)
-   -   Tracking when a message is opened? (http://www.programmingforums.org/showthread.php?t=10743)

ZeeMan Jul 16th, 2006 2:33 PM

Tracking when a message is opened?
 
My friends like to send chain emails and some of the ones that they send they would like to know how many people have opened the email.
Is there a way to get JavaScript to send a POST or GET command to an ASP, CGI or PHP script that will count how many people have read the email?

DaWei Jul 16th, 2006 2:39 PM

http://www.daweidesigns.com/images/eyebrow.gif

Arevos Jul 16th, 2006 3:00 PM

Well, there are ways of tracking email viewing, but:
  1. It doesn't work on all email clients. More security conscious ones, such as Thunderbird, block network external connections by default to ensure user privacy.
  2. It's unethical to gather information about a user without their knowledge or consent. Email tracking is little better than spyware.

Sane Jul 16th, 2006 4:22 PM

Quote:

Originally Posted by DaWei

That says it all.

It was the exact face I had on when I read that post. :D

Basically, because your question has nothing to do with javascript, or CGI, or PHP or anything. That's hacking/spying, and disregards the requirement for any particular languages. Regardless of the fact that this thread is arguably against PFO's terms of service, Arevos pretty much says what you need to know.

ZeeMan Jul 26th, 2006 3:33 PM

They don't want to know who is opening the message. All they want is something like a hit counter that says "X number of people have opened this message". It doesn't need the recipients:
  • IP address
  • Email address
  • Brower/Email Client
  • Name
  • Or anything else...
Nor does it need to:
  • Place a tracking cookie on the user's computer
  • Install unwanted software
  • Attempt to force the user into viewing advertisments
  • Or any other malicious action...

This isn't meant to be spyware.
Anyway, my friends just paid some kind of subscription for a little page counter thing so I'm not even doing it anymore.


All times are GMT -5. The time now is 12:48 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC