HTML Event Scheduler - This Javascript implements an event timer which can automate a series of scheduled HTML events, such as display a form, teletype into a field, scroll, teletype into another field, push a button, and so on. I built it to demonstrate a web service, but it could be used to write test scripts, automate a common procedure, any task that requires a series of HTML events to take place. NOTE: only works with Navigator 3.0 or better (excepting early version of 4.0 which had a javascript backwards compatibility issues.

See an example of the Timer Tool used to automate the presentation of a web service.

Download this demo. You can tip me if you find it useful.


A Javascript Slider - Implements a slider widget in Javascript. You create a slider object passing it the height, width, and range. You use slider.draw() to place the slider in your HTML. When you create a slider you can register a function to be run onMouseOver and/or onClick. The displayed value of the slider can be set during a mouse event or programatically.

See an example of the slider used to mark a period of time.




Sprague Family: michael@sprague.com