From: 7stud -- Date: 2009-06-25T13:59:08+09:00 Subject: Re: Execute Ruby script over HTTP protocol as Java Script Speed Alert wrote: > Hi Alex, > > Thank for your reply. But i am new to Ruby world. I need to start from > the scratch. So, could u please suggest me where to start and how to > start in this regard. > > Regards, > Karthick > Generally, you can't do what you want. You can download a browser onto your computer that is rigged to execute ruby, but a random person that goes to your website will not be able to execute ruby code in their browser. If you want to execute code in most people's browsers, then your web page needs to employ javascript. In other words, ruby is the wrong language. An alternative is to learn ruby and then learn ruby on rails, which will allow you to dynamically add javascript to your web pages using ruby on rails, but that is a long ways to go about it. Just learning javascript is much simpler. -- Posted via http://www.ruby-forum.com/.