Internal Guide: Presented By-Rajeshwari Archana Akshari Hegde Lecturer, GSSSIETW Lecturer, GSSSIETW (4GW07CS001)
Internal Guide: Presented By-Rajeshwari Archana Akshari Hegde Lecturer, GSSSIETW Lecturer, GSSSIETW (4GW07CS001)
Internal Guide: Presented By-Rajeshwari Archana Akshari Hegde Lecturer, GSSSIETW Lecturer, GSSSIETW (4GW07CS001)
• Introduction
• History of AJAX
• Components of AJAX
Interrupted
user
operation
while
the data is
being
fetched
Uninterrupted
user operation
while data is
being fetched
History of AJAX
• Google Maps
• Flickr
• Bindows
• Google Suggest
• NetFlix
• Gmail
Components of Ajax
Ajax incorporates:
• standards-based presentation using XHTML and CSS
• dynamic display and interaction using the Document
Object Model
• data interchange and manipulation using XML and XSLT
1 – XMLHttpRequest object
• function jsMethodToHandleResponse(str)
{
document.getElementById("result").innerHTML = str;
}
• Decreases bandwidth.