Link to a mail program

I need some help. How can I set a link in the Java Server Page to call a mail program in the client machine.The page I am talking about is: http://www.pccruzadas.dontexist.comThank youManuel Braz
[223 byte] By [pccruzadasa] at [2007-11-26 13:50:15]
# 1

If you mean that you want to invoke an application on the client machine, you can't do that. If on the other hand you want a page to redirect the user to an on-line mail service, provided from a web site, then the simplest thing to do is to return an HTTP redirect as the page response. This can be via the servlet HttpResponse class.

// Gregory

gjmurphya at 2007-7-8 1:26:57 > top of Java-index,Development Tools,Java Tools...
# 2

Hi Gregory,

Thank you for your reply.

I haven't the closest idea how to do what you told me to do.

You know, I have buid some Applets in the past that were embbeded in html files as you can see in: http://pccruzadas.planetaclix.pt/index.html.

Now there are so many tecknologies that I am a litle confused.

Thanks anyway,

Manuel Braz

pccruzadasa at 2007-7-8 1:26:57 > top of Java-index,Development Tools,Java Tools...