Im creating a rating system for the user to rate some models of a fashion magazine. Im using AJAX for this so the user doesnt need to reload the page and can get the results right away. I have several rating sets in my page, I have 11 model pictures and behind you have the stars to rate, you just move over the stars u click it triggers a javascript page added to my header with all the code to connect to the php page and get the response and then document.getelementbyid.style = xhr.responseText.
The problem is that in my server it was working perfectly without problems in Firefox in IE7 and 6, Safari, Opera but then when i uploaded the page to the internet I dont know why the AJAX code doesnt update the element in my page with the response but still it process the php file because when i go to the database or reload the page i can see perfectly that the vote went through. Dont have idea of whats happening here.
thanks in advance