Click to See Complete Forum and Search --> : Please help im getting clueless


reaper1021
12-16-2005, 11:27 PM
i am trying to set up a web based order form of sorts that would send to my hotmail email however for some reason it always tries sending it thru outlook express and saying there a problem is there any way to have it send using the users default'primary email i am only learning coding and really need this form to work (so far i only know html and even that im not really good with but i stumble thru)
Thank you in advance for any help anyone can provide

_Aerospace_Eng_
12-16-2005, 11:37 PM
You will need to use a server side language like php or asp to prevent Outlook from opening. I'm going to assume you are using mailto in the form action. This isn't the way to go because not every user has their email client configured properly and this isn't secure either because anyone can see it since its being sent without any encryption.