[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: calling a ruby program from java script

Ratnavel P S

12/27/2007 6:32:00 AM

This is how i used once....

:onchange=>remote_function(:url =>{:action =>
'update_weekdays',:controller=>'calenders'},:with => "'id='+this.value",
:method=>:post)
--
Posted via http://www.ruby-....

1 Answer

Troy

12/27/2007 7:35:00 AM

0

I'd really like to see the implementation of ruby in your JScript. If it=
's =

not too much trouble, would you mind upping it on MediaFire or something=
=

of the likes? I had dabbled with embedded Ruby before but I was never =

successful. (Woes of the newbie I guess. :)

On Wed, 26 Dec 2007 22:32:13 -0800, Ratnavel Sundaramurthi =

<ratnavelps@gmail.com> wrote:

> This is how i used once....
>
> :onchange=3D>remote_function(:url =3D>{:action =3D>
> 'update_weekdays',:controller=3D>'calenders'},:with =3D> "'id=3D'+this=
..value",
> :method=3D>:post)