> I want to use a dosubmit option but not to a web
> site, but to an email. is there a way that i make a
> script to have java send the information inputed to
> an email? if so what are some examples of codes that
> i can use?
>
>
> Thanks!!!
Using java to send emails, check Java Mail API
http://java.sun.com/products/javamail/
but you'll need an smtp server
Manuel Leiria