Hi, i just started binding my client-side with the server-side with stuff like ajax. I was suggested here by someone to try using an iframe to get a persistent, one-way stream from server. Works but i didn''t like it much. I discovered that sending an xml document to the iframe, in javascript you can browse the dom in that theFrameObj.contentDocument.childNodes... and that is awesome (for now). Using an onload i get the data as soon as the request is finished. I believe I will be using that a lot, I find it stable and there are no javascript warnings with that (as there are with prototype). I remember the same guy mentionned there was a limit of two connection per browser (i guess per window actually, where multiple tabs count for diff pages), but other than that, is there any secrets I should know? Like I want to know everything about the iframe, can someone point me to a good place to read about it? about its limitations for one, but also for its potential. Thanks, Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---