r****u 发帖数: 6 | 1 hi, everyone
I would like to develop some website, which one of the pages contains some
suggestion form, what I need to do is collecting the 10 answers from the the
textfield,then sent it to some professor's email. So she can review the
suggestions then. (I can't anything with that server)
Does anyone know how to do it or where can I download such source code?
thanks a lot | g*s 发帖数: 2277 | 2 http://www.javascript-coder.com/javascript-form/javascript-email-form.phtml
【在 r****u 的大作中提到】 : hi, everyone : I would like to develop some website, which one of the pages contains some : suggestion form, what I need to do is collecting the 10 answers from the the : textfield,then sent it to some professor's email. So she can review the : suggestions then. (I can't anything with that server) : Does anyone know how to do it or where can I download such source code? : thanks a lot
| c*y 发帖数: 137 | 3 You can't do it with only JavaScript. However it's very easy to do using PHP
or Perl. Using Perl you need to do a little cgi programming; using PHP you
only need to call its mail function.
【在 r****u 的大作中提到】 : hi, everyone : I would like to develop some website, which one of the pages contains some : suggestion form, what I need to do is collecting the 10 answers from the the : textfield,then sent it to some professor's email. So she can review the : suggestions then. (I can't anything with that server) : Does anyone know how to do it or where can I download such source code? : thanks a lot
|
|