Hi,I want Outlook Express to be popped up when I click a link on my ASP.NET web page
What should I write to create a link and how to make the Outlook Express pop up ?
Can Javascript help?
Plz Help!!!!!!!!!!!
<a href="http://links.10026.com/?link=mailto:emailaddress@.web.net">Email Address</a>
If you also want to perform other actions when the link is clicked you might want to use an .net control, you would add onclick attributes as follows
ControlId.Attributes.Add("onclick","mailto:emailaddress@.web.net");
0 comments:
Post a Comment