Results 1 to 15 of 17
Thread: What is Full form of AJAX.. ?
-
02-18-2012, 04:21 AM #1
What is Full form of AJAX.. ?
Ajax is very growing language in now days. do anyone here who tell me the full form of AJAX...
-
02-20-2012, 03:07 AM #2
Freshman
- Join Date
- Jan 2012
- Posts
- 16
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
AJAX stands for Asynchronous JavaScript and XML..
-
02-20-2012, 03:31 AM #3
Banned
- Join Date
- Feb 2012
- Posts
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Good to know that LinkIn joins the race of sharing
-
02-24-2012, 12:48 PM #4
Thanks for you Valueable Reply..
-
08-01-2012, 01:33 AM #5
Sophomore
- Join Date
- Jul 2012
- Posts
- 101
- Thanks
- 0
- Thanked 2 Times in 1 Post
- Feedback Score
- 0
AJAX stands for Asynchronous Javascript and XML.
AJAX is used to reduce the load on the server, as by using AJAX we do not need to reload the page and hence it reduces the load on the server.
e.g a site showing date and time or cricket scores is using AJAX,then we do not need to refresh or reload the page to see the updated date and time or scores. The updated date and time or scores will be automatically displayed.
-
08-03-2012, 07:49 AM #6
Freshman
- Join Date
- Aug 2012
- Posts
- 39
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Asynchronous Java Script and XML.
-
10-03-2012, 02:13 PM #7
Freshman
- Join Date
- Oct 2012
- Posts
- 11
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Can anyone give an example for an Ajax script? I have never seen one
-
10-29-2012, 01:40 AM #8
Senior
- Join Date
- Mar 2012
- Posts
- 681
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
AJAX is used to reduce the load on server.
eg: date and time , cricket score
-
11-21-2012, 02:06 AM #9
Freshman
- Join Date
- Nov 2012
- Posts
- 4
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
AJAX - Asynchronous Java Script and XML...Used to reterive the data's dynamically with out reloading the whole pages...main use of AJAX is time saving...
-
11-21-2012, 02:59 AM #10
Junior
- Join Date
- Nov 2012
- Posts
- 162
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
The Full Form of AJAX is Asynchronous Java Script and XML.
-
11-21-2012, 05:56 AM #11
Junior
- Join Date
- Feb 2012
- Posts
- 198
- Thanks
- 1
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
Asynchronous JavaScript And XML
-
11-28-2012, 04:31 AM #12
Sophomore
- Join Date
- Nov 2012
- Posts
- 57
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Asynchronous java script and XML
-
01-12-2013, 01:45 AM #13
Freshman
- Join Date
- Jan 2013
- Location
- bangalore
- Posts
- 15
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
AJAX = Asynchronous JavaScript and XML.
The following is the example for AJAX.
<html>
<head>
<script>
function loadXMLDoc()
{
.... AJAX script goes here ...
}
</script>
</head>
<body>
<div id="myDiv"><h2>Let AJAX change this text</h2></div>
<button type="button" onclick="loadXMLDoc()">Change Content</button>
</body>
</html>
-
01-12-2013, 01:59 AM #14
Sophomore
- Join Date
- Jan 2013
- Location
- INDIA
- Posts
- 80
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
-
03-20-2013, 08:41 AM #15
Freshman
- Join Date
- Mar 2013
- Posts
- 34
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
AJAX stands for Asynchronous JavaScript and XML.Used to retrieve the data dynamically with out reloading the whole pages.
Similar Threads
-
What is the full form of CMS?
By sureshseo in forum CSSReplies: 34Last Post: 04-13-2013, 03:10 PM -
What is the full form of computer
By smith.kimlim in forum Computer and TechReplies: 70Last Post: 12-16-2012, 10:04 PM -
What is AJAX
By charlsmith in forum Graphics Design & Web DesignReplies: 1Last Post: 09-06-2011, 03:40 AM -
What is full form of ATM,SIM,
By Abina in forum General TalkReplies: 9Last Post: 06-17-2011, 09:01 AM -
What Is Full Form
By vipin.esign in forum Search Engine OptimizationReplies: 0Last Post: 05-26-2011, 05:33 AM




Reply With Quote

