Ecommercant
2008-Feb-15 13:19 UTC
$(''gr'').innerHTML=''<img src="pages_bin/graph_p.php?section=fa">'' not working i Fireforks
hi this updates well my graph every time user clicks submit button in IE but not working in Fireforks = as it is the same comtent it doesnot refreches the graph : $(''gr'').innerHTML=''<img src="pages_bin/graph_p.php?section=fa">''; do you have any ideas ? Thanks ! ROb --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Rauan Maemirov
2008-Feb-15 13:40 UTC
Re: $(''gr'').innerHTML=''<img src="pages_bin/graph_p.php?section=fa">'' not working i Fireforks
Have U tried to write full path (with http://)? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Rauan Maemirov
2008-Feb-15 13:40 UTC
Re: $(''gr'').innerHTML=''<img src="pages_bin/graph_p.php?section=fa">'' not working i Fireforks
Try $(''gr'').innerHTML=''<img src="/pages_bin/graph_p.php?section=fa">''; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Ecommercant
2008-Feb-15 14:29 UTC
Re: $(''gr'').innerHTML=''<img src="pages_bin/graph_p.php?section=fa">'' not working i Fireforks
no it finds no file , displays empty image, and full path dsnot works as well On 15 fév, 14:40, Rauan Maemirov <rauan1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Try > > $(''gr'').innerHTML=''<img src="/pages_bin/graph_p.php?section=fa">'';--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Elden
2008-Feb-15 14:39 UTC
Re: $(''gr'').innerHTML=''<img src="pages_bin/graph_p.php?section=fa">'' not working i Fireforks
try $(''gr'').update(''<img src="/pages_bin/graph_p.php?section=fa">''); On Fri, Feb 15, 2008 at 8:29 AM, Ecommercant <ecommercant-Qt13gs6zZMY@public.gmane.org> wrote:> > no it finds no file , displays empty image, and full path dsnot works > as well > > On 15 fév, 14:40, Rauan Maemirov <rauan1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Try > > > > $(''gr'').innerHTML=''<img src="/pages_bin/graph_p.php?section=fa">''; > > >-- {a human being that was given to fly} --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Ecommercant
2008-Feb-15 14:43 UTC
Re: $(''gr'').innerHTML=''<img src="pages_bin/graph_p.php?section=fa">'' not working i Fireforks
Eurika ! i ve found this : $(''gr'').innerHTML=''<img src=pages_bin/graph_p.php? section=fa&bobik=''+Math.random()+''>''; and it works in firefox thanks for all On 15 fév, 15:39, Elden <willy...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> try > > $(''gr'').update(''<img src="/pages_bin/graph_p.php?section=fa">''); > > On Fri, Feb 15, 2008 at 8:29 AM, Ecommercant <ecommerc...-Qt13gs6zZMY@public.gmane.org> wrote: > > > no it finds no file , displays empty image, and full path dsnot works > > as well > > > On 15 fév, 14:40, Rauan Maemirov <rauan1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Try > > > > $(''gr'').innerHTML=''<img src="/pages_bin/graph_p.php?section=fa">''; > > -- > {a human being that was given to fly}--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---