Copy the following code and put it in an html file:
<APPLET CODE=Message.class WIDTH=200 HEIGHT=100> <param name="6to9" value="Good Morning"> <param name="10to11" value="Good Morning!"> <param name="12to16" value="Good Afternoon"> <param name="17to23" value="Good Evening"> <param name="0to4" value="You're up late night!"> <param name="5to6" value="Wow! You're up early!!"> <param name="FontSize" value="24"> <param name="FontName" value="TimesRoman"> <param name="FontStyle" value="BOLD"> <param name="bgCOLOR1" value="240,240,200"> <param name="textCOLOR1" value="0,0,0"> <param name="Author" value="George Eleftheriou"> <param name="Email" value="gele@egnatia.ee.auth.gr"> Your browser doesn't support java1.1 or java is not enabled! </APPLET> |