944,103 Members | Top Members by Rank

Ad:
  • Perl Discussion Thread
  • Unsolved
  • Views: 4136
  • Perl RSS
Aug 3rd, 2006
0

Get Email ID

Expand Post »
Hi,
Is there any perl script (Or any script) available so that I can get email ID when user clicked the link .
example
Suppose I send this similar sample link (Give below) to three person A,B and C
http://www.example.com/cgi-bin/test.cgi (No query_string)
Then I should Get there email address


Vinay
Similar Threads
Reputation Points: 10
Solved Threads: 6
Light Poster
msvinaykumar is offline Offline
48 posts
since May 2006
Aug 4th, 2006
0

Re: Get Email ID

No there isn't. The only thing that a cgi would have access to are the attribute headers and (possibly) form paramters. The email address is not contained in the attribute headers (and they cannot be counted on anyway, since the browser can spoof every last one of them). Also, you will only have form parameters if you use javascript to tweak your href into a submit, and then you will only have email address if they have entered it into the form, as this is not a system or user property of any sort, you not even able to use any javascript/activex/whatever tricks to get this info (at least not at all easily, although there are ways, which I am not going to expand upon).
Moderator
Reputation Points: 1471
Solved Threads: 490
Industrious Poster
masijade is offline Offline
4,043 posts
since Feb 2006
Aug 4th, 2006
0

Re: Get Email ID

If you have any other option please let me know
Thanks for your reply
Reputation Points: 10
Solved Threads: 6
Light Poster
msvinaykumar is offline Offline
48 posts
since May 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Perl Forum Timeline: Win32 Perl - CreateProcess
Next Thread in Perl Forum Timeline: Perl Database Login Package Help Wanted





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC