"Flamingo" <gsuxin@gmail.com> wrote in message
news:1161268631.340033.304280@i3g2000cwc.googlegroups.com...
Hi folks,
I want a webpage, there would be a input textfield, and a "sumbit"
there, if you press the submit button, the contents you input to the
textfield would be send to your email. who can give me a simple sample
about that. thanks a lot. I really need i t urgently.
If you're gonna do it using Java, you'd probably need JSPs and J2EE
and
all that stuff, and it wouldn't be simple. You'd probably have better
luck
doing it in JavaScript, which means you should ask in a JavaScript
newsgroup.
Alternatively, if you're not too picky about how the e-mail will be
formatted, you could do it all in HTML. Just fill the "action" attribute
of
the form with "mailto:gsuxin@gmail.com", for example.
client application such as outlook, I want it directly be sent. How it