 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
hui Guest
|
Posted: Wed Oct 19, 2005 10:31 am Post subject: applet in html |
|
|
I made an applet with JB Wizard and then I put a Jbutton and JRadio in the
applet. It can run in JB environment when I press F9. But when I run it in
IE, I can see nothing but a red ¡°¡Á¡±at right-top corner. The following is
my html source:
<applet code=applet1.class width=300 height=300>
</applet>
Who could tell me why? Thanks
Hui
|
|
| Back to top |
|
 |
Arthur Ore Guest
|
Posted: Wed Oct 19, 2005 10:50 pm Post subject: Re: applet in html |
|
|
What plug-in are you using? Is it correctly configured to run automatically
in your browser. If not you need to alter your html to tell the plug-in to
load.
Have you got your class in the right place? As your class doesn't seem to
have a package name it should be in the same directory as your html file.
If you have got a plug-in configured, are there any error messages in the
Java Console? If so what are they?
--
Arthur Ore
"hui" <gary1971_cn (AT) 163 (DOT) com> wrote
| Quote: | I made an applet with JB Wizard and then I put a Jbutton and JRadio in the
applet. It can run in JB environment when I press F9. But when I run it in
IE, I can see nothing but a red ¡°¡Á¡±at right-top corner. The following
is
my html source:
applet code=applet1.class width=300 height=300
/applet
Who could tell me why? Thanks
Hui
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|