Author: Michael Schmidt
| This applet greets the visitor with their user name and domain name. To add this applet to your page, follow the easy instructions below. |
| 1. Download WhoYouAre.class and load it in your home page directory. 2. Copy and paste the html code below on your page. That's all you need to do, however, you may want to adjust the height and width paramaters to suit your needs. |
| <applet code="WhoYouAre.class" width=350 height=60> <param name=in_str value="Welcome to my page, "> <param name=ou_str value=" ..."> <param name=f_size value="16"> <param name=f_name value="TimesRoman"> <param name=f_type value="plain"> <param name=f_colo value="white"> <param name=bg_col value="black"> <param name=x_text value="10"> <param name=y_text value="18"> </applet> |