View an applet in browser
I'm trying to view an applet in Internet Explorer 5.0 and it dosn't work.
When i try to see with appletviewer everything's ok.
Why? How can i see an applet that runs in appletviewer with a browser? When
i call sites with applets with my browser generally i can see them but not
the site with my applet.
Re: View an applet in browser
u must be making some mistake...
at least, this is not the group that u should be posting questions like this
onto...
u have to have something like this in your HTML :
<APPLET CODE="theClass.class" WIDTH=250 HEIGHT=301>
</APPLET>
if itīs like this, theClass.class must be in the same folder as the HTML
page, or you must declare it differently.
hope it helps
bye
r e y n i r
reynir@mekkano.is
"Theodore" <daskalakis@seeweb.gr> wrote in message
news:3a125155$1@news.devx.com...
>
> I'm trying to view an applet in Internet Explorer 5.0 and it dosn't work.
> When i try to see with appletviewer everything's ok.
> Why? How can i see an applet that runs in appletviewer with a browser?
When
> i call sites with applets with my browser generally i can see them but not
> the site with my applet.