The User Applet





The User Applet is a network applet that gets the client's localhost name and IP address. As such, it can only be used while you are on the internet.

The PARAMETERS for the User applet are as follows:

text - This is the text the proceeds the localhost name and IP.
bgColor - This is the background color of the applet, in hex.
fgColor - This is the font color of the applet, in hex.

The User Applet is used on your Web page as follows:

<APPLET CODE="User.class" width=300 height=25>
<PARAM NAME="text" VALUE="How's it going,">
<PARAM NAME="bgColor" VALUE="#000000">
<PARAM NAME="fgColor" VALUE="#FFFFFF">
</APPLET>