Well.... my problem is that after form post, I have to do a long elaboration. So, my page remain stuck for a long time.... I would like to display an intermediate page after post (thank for your collaboration..blah, blah, blah.....) so that the visitor knows whats going on. Any suggestion? Thanks in advance... -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 27 November 2010 09:45, Stefano Bonomi <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Well.... > my problem is that after form post, I have to do a long elaboration. > So, my page remain stuck for a long time.... > I would like to display an intermediate page after post (thank for your > collaboration..blah, blah, blah.....) > so that the visitor knows whats going on. > Any suggestion?You could use javascript on the page to display previously hidden information (and hide other stuff) when the form is submitted. Colin -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law wrote in post #964252:> On 27 November 2010 09:45, Stefano Bonomi <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Well.... >> my problem is that after form post, I have to do a long elaboration. >> So, my page remain stuck for a long time.... >> I would like to display an intermediate page after post (thank for your >> collaboration..blah, blah, blah.....) >> so that the visitor knows whats going on. >> Any suggestion? > > You could use javascript on the page to display previously hidden > information (and hide other stuff) when the form is submitted. > > ColinThanks for your suggestion...will try it Stefano -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Apparently Analagous Threads
- redirect with multi-dimensional parameter hashes
- Arel - clone bug (and fix), feature requests
- The use of R for the elaboration of some index
- [cfe-dev] RFC: Up front type information generation in clang and llvm
- [cfe-dev] RFC: Up front type information generation in clang and llvm