Get Email ID

Please support our Perl advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: May 2006
Posts: 38
Reputation: msvinaykumar is an unknown quantity at this point 
Solved Threads: 2
msvinaykumar msvinaykumar is offline Offline
Light Poster

Get Email ID

 
0
  #1
Aug 3rd, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2006
Posts: 2,467
Reputation: masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of 
Solved Threads: 267
Moderator
masijade's Avatar
masijade masijade is offline Offline
Nearly a Posting Maven

Re: Get Email ID

 
0
  #2
Aug 4th, 2006
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).
Java Programmer and Sun Systems Administrator

----------------------------------------------

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 38
Reputation: msvinaykumar is an unknown quantity at this point 
Solved Threads: 2
msvinaykumar msvinaykumar is offline Offline
Light Poster

Re: Get Email ID

 
0
  #3
Aug 4th, 2006
If you have any other option please let me know
Thanks for your reply
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for Perl
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC