You can use the PrototypeHelper functions straight from your web page
(e.g. from an onclick event handler) or you can make call Prototype
functions directly.... it is just a JavaScript library, after all. For
complete details on using Prototype directly check out http://
www.prototypejs.org. RJS comes into play, for example, when the
request needs to go through the server from an AJAX call.
-Bill