Possible problems with Ajax?

Will

New member
Am i likely to have any problems when using Ajax, i don't know what problems exactly but it is it's own (xml whatever) protocol, therefore i could imagine problems somehow occuring...... Maybe some browsers won't like it for example, maybe there will be security restrictions set somewhere that will stop it working right....
 
I've tested AJAX in several locations and browsers and it seems to work fine.

The only problem I found was when using AJAX to refresh content from the same file. It stored it in the cache and didn't update the file.

All it took was randomizing the file name like..
refresh.php?rand=*randnumber*

After I fixed that AJAX has worked fine for me.
 
Back
Top