Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open MS Outlook

Status
Not open for further replies.

net123

Programmer
Oct 18, 2002
167
US
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?

Thank you for your assistance.
 
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.

Does anybody know how to do this?

thank you.

http:\\ under construction obviously.
 
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.

regards,
Brian
The problem with doing something right the first time is that nobody appreciates how difficult it was.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top