Colin Law wrote in post #955797: > On 20 October 2010 14:37, Amit Tomar <[email protected]> wrote: >> BUTTONS_OKCANCEL = 1 >> >> user32 = DL.dlopen('user32') >> name=DataFile.save1(params[:upload]) >> #puts line.size >> "Proceed?", BUTTONS_YESNO) >> if response == CLICKED_YES > > This code is in the controller and so runs on the server. There is no > way it can appear on the client machine. > > Colin
But colin is it possible to do something like this using javascript?? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

