From: Luciano Ramalho Date: 2006-12-22T06:23:54+09:00 Subject: Re: External Ruby Script in HTML > I want to call that script from within an HTML document. How would I do > so? Within the HTML document, would I just treat it the same way I call > external javascript: The call to a script embedded or linked to an HTML document would have to be performed by some software reading the HTML. That software could be on the client side (like a browser) or on the server side (like an HTTP server plugin). JavaScript usually runs in the browser, and so