| | |
Get Email ID
Please support our Perl advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: May 2006
Posts: 38
Reputation:
Solved Threads: 2
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
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
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
----------------------------------------------
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
![]() |
Similar Threads
- Exchange 2000/Outlook; receive each alias' email into different folders/inboxes (Windows NT / 2000 / XP)
- Retrieve email I sent to the wrong person (Web Browsers)
- help setting up web server (Linux Servers and Apache)
- Sending HTML email via PHP mail function (PHP)
- How can I set up my own email a/c with a domain name using microsoft outlook/express (Web Browsers)
- email banners in exchange 2k server (Windows NT / 2000 / XP)
- IE won't let me access threads. Could someone email me a solution please? (Web Browsers)
Other Threads in the Perl Forum
- Previous Thread: Win32 Perl - CreateProcess
- Next Thread: Perl Database Login Package Help Wanted
| Thread Tools | Search this Thread |
Tag cloud for Perl






