Click to See Complete Forum and Search --> : Email Java


Sean Hayden
03-28-2002, 06:20 PM
I am a neophyte.

I want to know how I might send a fuctional java applet thru email
so that when the person opens the attacthment
PRESTO theres the java applet.

I have tried to email it to my self yet when it is
loading it gives the error: Connection Failer Has Occured,
and my applet is stoped.

The applet works fine I have tested it with Dreamweaver 4,
any help would be appreciated.

Hiranya Samarasekera
04-03-2002, 06:07 AM
[i'm not sure about this method, but it should work, i haven't tried this
myself]

upload your applet to a webserver, and on the email [you have to send it
in html format] embed the <applet> tag. don't forget to set the codebase
correctly.

bye,
Hiranya Samarasekera
----------------------------------

"Sean Hayden" <seanhayden2@hotmail.com> wrote:
>
>I am a neophyte.
>
>I want to know how I might send a fuctional java applet thru email
>so that when the person opens the attacthment
>PRESTO theres the java applet.
>
>I have tried to email it to my self yet when it is
>loading it gives the error: Connection Failer Has Occured,
>and my applet is stoped.
>
>The applet works fine I have tested it with Dreamweaver 4,
>any help would be appreciated.
>
>