Archive for the 'Ajax' Category

AJAX browser detection

Monday, January 2nd, 2006

If you have ever stumbled across Rasmus’s 30 second AJAX Tutorial, then you probably have the code copied, pasted, bookmarked or memorized. There are however a few limitations in this piece of code, especially with the upcoming release of IE7.
The javascript uses a small function to detect the browser.

function createRequestObject() {
var [...]