Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java applet in html

Status
Not open for further replies.

hada

Programmer
Jul 1, 2003
4
MY
my java applet doesn't appear in web (html)...but when i'm running using appletviewer, the applet appear...or should i upload the file in the internet?
 
uploading to the internet wont make a difference, it's probably a problem with your html. you should have code that looks a bit like this in you body section:

<p align=&quot;center&quot;>
<applet width=&quot;200&quot; height=&quot;70&quot; code=&quot;MyApplet.class&quot;>
running as applet
</applet>
</p>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top