Hallo,
i use prototype.js to query a searchengine with 12 different
querystrings (to limit given Areas).
The problem is now, that the browser is blocked, until all results are
back.
If i got the first results and i have yet results, i''m intressed in, i
would like to change the page imediatly to this new url, and i don''t
like to wait until all other results are displayed (like i can go to
the next page, even not yet all pics are downloaded.
Is this possible? How to do that?
I user code like this:
var myAyax1 = new Ajax.Updateer ([div1Name], URL1,
{method:''get''})
var myAyax2 = new Ajax.Updateer ([div2Name], URL2,
{method:''get''})
...
var myAyax12 = new Ajax.Updateer ([div12Name], URL12,
{method:''get''})
Thomas
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---