On 5 Apr 2008, at 00:58, Alexander Uribe wrote:

I have just built a website that has a form page with a Submit button.

I want to be able to recieve information without Outlook express popping up.

Don't use action="mailto:"; - http://www.isolani.co.uk/articles/ mailto.html

One of my lecturer's advised me I needed the SMTP number from the host and then add in some code, however i cant find any information of how to set it all up.

You need a server side script which is process the request and send the mail. The script, as part of it's configuration, might require you to enter the hostname of an SMTP server that the web server has access to.

http://www.cs.tut.fi/~jkorpela/forms/ is a useful resource.

--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to