I've seen some applications that open up MS Outlook with the Subject and From fields already filled. How can I open MS Outlook via a button on an .aspx page?
I am trying to Open Outlook on the client machine when the user clicks Submit on a form. The Outlook program should only open when certain form values are filled, otherwise it just saves the values to the database.
There is not a way to know for sure if Outlook is installed on the client's computer. You need to apply form validation to the onSubmit of the form or onClick event of the button.
Try the javascript forum. This is a client-side coding issue.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.