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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What we need to run an applet by IE

Status
Not open for further replies.

welldefined

Programmer
Mar 9, 2006
62
GB
Hi,

I have just learnt how to run an applet by putting <applet code="xxx.class"></applet> in a Html file. So, we need put xxx.class in the server. But do we need to put some dll or anything into the user's PC?

Thank you in advance.
 
I see, thank you. So, not many people like the page including an applet?
 
I think its a matter of personal preference.
Personally, I don't like applets - there is not a lot (for common webapps) you can do in an applet that you cannot do with javascript,css or svg.

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top