Fat Galah NewsFat Galah NewsFat Galah BlogFat Galah Client LoginFat Galah Client Contact Details
Fat Galah Internet Design Studios
103 Burrendah Road, Jindalee, QLD

Local call: 1800 99 33 99 (Australia Only)
International Ph: +61 7 3715 5999
Ph: 07 37155999

IE not sending ajax request

November 22nd, 2008

If you are having problems with sending ajax calls with IE this may help

add a new function in your javascript

function seed()
{
       return Math.floor(Math.random()*10000000000);
}
 

Now inside the Ajax request add the seed as an variable ie seed:seed() 

This should solve the problem. For some reason IE has problems when sending the same script when the page hasn't been refreshed.

Leave A Comment:

Name:(Required)
XHTML ValidationCSS Validation