vote up 1 vote down star

I want to send an Email message after a page is returned to the browser. Where do I place this send Email code so that it does not delay the page that is returned to the browser?

flag

76% accept rate
Do you want to send it from server side or the client side? – BenAlabaster Dec 12 '08 at 4:21

2 Answers

vote up 2 vote down check

ASP.NET pages have an unload event that fires after the content is returned to the browser. Should be exactly what you're looking for.

link|flag
vote up 0 vote down

Do you mean through Javascript? The best you can do is with mailto: on window.load but I wouldn't recommend this. Can you explain the situation more in depth?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.