C
CeyloR
Hello everyone,
I have a problem with my Ajax page.
I'm jusing prototype-1.4.0.js as framework.
I have a function to populate three listboxes. The items in the
listboxes are from a MYSQL database and are related. The items are
requested by a php page.
Most of the time everything works fine, but sometimes I end u with only
one or two listboxes.
I can't figure out what's going wrong here. I've tested in Firefox and
Internet Explorer, both the same problem.
Does anyone know why my code sometimes stops executing?
Could it be that i made too many requests in a short time so the next
request can't execute because the current has't finished?
Hope anyone has an idea of what's going wrong.
Greetings
CeyloR
I have a problem with my Ajax page.
I'm jusing prototype-1.4.0.js as framework.
I have a function to populate three listboxes. The items in the
listboxes are from a MYSQL database and are related. The items are
requested by a php page.
Most of the time everything works fine, but sometimes I end u with only
one or two listboxes.
I can't figure out what's going wrong here. I've tested in Firefox and
Internet Explorer, both the same problem.
Does anyone know why my code sometimes stops executing?
Could it be that i made too many requests in a short time so the next
request can't execute because the current has't finished?
Hope anyone has an idea of what's going wrong.
Greetings
CeyloR