
March 25th, 2006, 06:46 AM
|
 |
Cunning Linguist
|
|
Join Date: Mar 2005
Location: I used to live at home, now I stay at the house
|
|
Quote: | Originally Posted by ukphoenix Im trying to create a submission form in HTML but having trouble with the scripts can anyone reply as to what i have to do or even help me create the script. Check THIS LINK for example of what im trying to do.
Also does anyone know how this submission form can be used via webmail (hotmail etc) as currently it uses mailto which uses the pc default mailer |
As for the second question, no, you can't control what application
is used by 'mailto:', as that's a setting in the browser, defined by
the user.
As for the former, you just need a simple script to handle the form
submission and send the data automatically. You can do it in just
about every server side programming language. Which one[s] does
your server support? PHP? ASP[.NET]? PERL? Python? Etc...
|