Hi everyone I´m doing a web page, and I wanna to show a picture but this picture change every 10 minutes. I wanna to show it and refresh t automatically, but I want to refresh only the image. How can I do that Thanks a lot -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Guille San wrote:> Hi everyone > > I´m doing a web page, and I wanna to show a picture but this picture > change every 10 minutes. I wanna to show it and refresh t automatically, > but I want to refresh only the image. How can I do that > > Thanks a lotSounds like you need to create a DIV with a timer and some javascript function to load a new image. -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Aldric Giacomoni wrote:> Guille San wrote: >> Hi everyone >> >> I´m doing a web page, and I wanna to show a picture but this picture >> change every 10 minutes. I wanna to show it and refresh t automatically, >> but I want to refresh only the image. How can I do that >> >> Thanks a lot > > Sounds like you need to create a DIV with a timer and some javascript > function to load a new image.Yes, I read in the book "Ruby on rails for dummies" something like that but I so newbie to uinderstand that, anyone can explain it for me, please? tHANKS -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.