Jun 29, 2001 #1 NevG Programmer Oct 10, 2000 162 GB Hi gang I have a request entry form that I would like to support with an auto E-mail response from myself to whoever has entered the data. I am fairly familiar with most aspects of HTML just cant sort this out How do I do this ? Thanks for any help
Hi gang I have a request entry form that I would like to support with an auto E-mail response from myself to whoever has entered the data. I am fairly familiar with most aspects of HTML just cant sort this out How do I do this ? Thanks for any help
Jun 29, 2001 #2 baad Programmer Apr 10, 2001 1,481 RU hie try usin javascript: location.href="mailto:adress@mail.com?subj=blahblah&body=blah" also check this: thread215-77050 - u might find it interesting.. regards, vic Upvote 0 Downvote
hie try usin javascript: location.href="mailto:adress@mail.com?subj=blahblah&body=blah" also check this: thread215-77050 - u might find it interesting.. regards, vic
Jun 29, 2001 #3 DeZiner Programmer May 17, 2001 815 US Auto responders are created on your mail server, not in HTML. Contact your web host (if they supply you email also). They can set you up! DeZiner Upvote 0 Downvote
Auto responders are created on your mail server, not in HTML. Contact your web host (if they supply you email also). They can set you up! DeZiner
Jul 2, 2001 #4 baad Programmer Apr 10, 2001 1,481 RU thanx, i'm growin above myself.. Upvote 0 Downvote