aTicker
Sample HTML Source:
<applet codebase="./" code="aTicker.class"
archive="aTicker.jar"
width=220
height=20
MAYSCRIPT>
<param name="_file" value="./mess.txt">
<param name="file" value="s">
<param name="cSep" value=";">
<param name="speed" value="1">
<param name="delay" value="30">
<param name="local" value="true">
<param name="bgcolor" value="13693183">
<param name="Font1" value="Verdana, 14, 0, 0">
<param name="Font2" value="Verdana, 14, 1, 1220">
<param name="s0"
value="JavaBoutique ;
http://javaboutique.com ;
_load">
<param name="s1"
value="Message 2 ;
javascript:tpopup('./aticker.html') ;
_script ;
?PopupWindows">
<param name="s2"
value="Categories ;
http://javaboutique.com/cathome.html ;
_load">
<param name="s3"
value="byName ;
http://javaboutique.com/applet_index/ ;
_load">
<param name="s4"
value="byDate ;
http://javaboutique.com/byDate/ ;
_load">
</applet>
<SCRIPT LANGUAGE="JavaScript">
<!--
function tpopup(s)
{
msg=window.open(s, "rblPopup", "scrollbars=no,status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=yes,width=400,height=50");
}
//--->
</SCRIPT>
| Parametres |
| Param name | Type | Description |
| file | string | Data file or prefix for "line param" |
| cSep | char | text delimiteur (default ";") |
| speed | integer | speed scroll (1) |
| local | String | "true" : if you use line-param |
| delay | integer | msecs between jumps (100) |
| bgcolor | integer | Background color (in decimal)
Hexa - decimal Color Conversion |
| Font1 | String | Default font definition : Face, Size, Style, color |
| Font2 | String | Active font definition : Face, Size, Style, color |
| Data File |
| Col | Type | Description |
| 1 Message | string | message |
| 2 URL | string | Link URL |
| 3 Target | string | use _script to javascript call |
| 4 Status line | String | Show message in status line |
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|