IRC Applet version 1.4.
Before you will set up this irc applet please read it.
1. Base information about applets and there html tags.
1.1 JVM
JVM - Java Virtual Machine.
HTML browzer run applets using JVM.
To run applet, on the your computer must be JVM.
Internet Explorer include JVM from Microsoft version 1.1,
and working whith signed applets arhives packed in *.cab files.
NetScape not include JVM from Microsoft and not working whith *.cab files,
and working only whis signed file by special soft from NS.
Other browzers suppot JVM from SUN (JRE plugin), arhives packed in *.jar files,
and working only whis signed file by special soft from SUN.
Sign need to set overe JVM security connect to another host.
Overwhelming majority of users use Internet Explorer.
Users was downloaded NetScape (last version 32 Mbytes) or other browzers, may set up JRE plugin from Sun (version 1.3 - 9 Mbytes).
That it will be reasonable.
1.2 HTML Tags for applets
Internet Explorer using tag
NetScape
Sun JRE plugin
Tag has attributes:
CODE - fist runing java class file in the applet.
CODEBASE - directory from wich download files of the applet or(and) file name of applet arhiv.
WIDTH - width of the applet box on the screen (may be in pixels or % of screen size)
HEIGHT - width of the applet box on the screen
example:
Tag