AJAX

IE7 and onclick events

IE7 and onclick events

The onclick event is getting more used than ever before these days as AJAX is becoming increasingly used for interactive web site functions. But there is a problem sometimes when using it with IE7.

An onclick event will work perfectly in Firefox, but when you try in Internet Explorer 7 (and maybe 6) it will seemingly bug out without any error or warnings at all.

Read more…

AJAX basics in javascript

AJAX basics in javascript

Illustrates the use of AJAX (Asynchronous JavaScript And XML). It involves a javascript function, third-party file saved on the server side to get data from, and a call being made to it from the client side without refreshing the browser – this is the main concept of AJAX.

Read more…