I have this requirement:
From my application I send a user an email link to open the application. When the user tries to open the link in any browser other than IE or Firefox it should not open.
I am using VS 2005, c#, asp.net, javascript
How can we achieve this?
Any help would be great.
You can’t run JavaScript inside of an email, so you can not stop it at the email level.
However, on the link destination you could do something according to their user agent.