Email notification

I Have a hare link and I want to a notification by my email address when visitor will click on that share link that subject will be “Link is clicked by someone”. anybody can give me some code for this please…

Thanks
kjaman

Have you had a look for yourself? We’re not just going to “give” you the code. That would be like doing your work for nothing!

You will want to either:

[list][]use Ajax, to call a server-side script (PHP, ASP, etc…) which does the mailing for you
[
]or call a serverside script with the appropriate link as a parameter, which will email you and then redirect to the appropriate link[/list]

In both cases, there is no javascript that does the emailing. Javascript cannot do any emailing for you.

I suggest that you investigate using a server-side script (not JavaScript) instead.