HTML Source: <applet code="x_Scroll.class" width=350 height=120> <param name=filename value="x_Scroll.txt"> <param name=target value="_new"> <param name=speed value="20"> <param name=fontsize value="14"> <param name=bgcolor value="00BBBB"> <param name=direction value="3"> <param name=blink value="1"> </applet> direction: 0=Still, 1=Left, 2=Right, 3=top, 4=bottom speed : lower value is faster blink : 1=yes, 2=no target : "_new", "_self" |