Fancy Buttons for WebBrick
In the JavaScript there are some functions that make it easier to make
very fancy buttons to control your WebBrick inventions. They press in when
you click them (better under Explorer). They highlight when you mouse-over
them. They flash green when the robot acknowledges the command. They flash
red if the command failed. They can be transparent, have funny shapes, animate, whatever you like. To make your own buttons, just modify the JavaScript in the HTML section of the code. The top part is the JavaScript API that has functions for interacting with WebBrick, so that needs to be included too.
To make this file work on your machine, put your own URL in the code,
and have the WebBrickAPI.js and WebBrickButton.js files on your
server.
Please mail me if you have any questions.
-Amnon