Connecting Tech Pros Worldwide Forums | Help | Site Map

What is the differences between AJAX and JavaScript?

RC
Guest
 
Posts: n/a
#1: Jul 26 '06
Is AJAX built on top of JavaScript?
What browsers supported AJAX?
Can someone tell me some link introduce
about AJAX?

Randy Webb
Guest
 
Posts: n/a
#2: Jul 26 '06

re: What is the differences between AJAX and JavaScript?


RC said the following on 7/26/2006 8:56 AM:
Quote:
Is AJAX built on top of JavaScript?
Yes.
Quote:
What browsers supported AJAX?
Any browser that supports the HTTPRequest object
Quote:
Can someone tell me some link introduce
about AJAX?
<URL: http://jibbering.com/2002/4/httprequest.html>

That URL is in the group FAQ.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Richard Cornford
Guest
 
Posts: n/a
#3: Jul 26 '06

re: What is the differences between AJAX and JavaScript?


RC wrote:
Quote:
Is AJAX built on top of JavaScript?
The client-side part is, the server-side part could be built on
anything.
Quote:
What browsers supported AJAX?
Browsers that expose an XML HTTP request object to javascript, and have
scripting enabled. An potentially non-comprehensive list would include
all Mozilla/Gecko based browsers, Opera from about version 8, Recent
Safari and Konqueror, IceBrowser from version 6 (all with scripting
enabled) and IEs 5 to 6 with scripting and ActiveX enabled and IE 7
with scripting enabled.
Quote:
Can someone tell me some link introduce
about AJAX?
Probably, but if you had to ask the first question you probably want to
spend some time learning browser scripting before even attempting
something with as potentially negative consequences as AJAX.

Richard.

Paul Davis
Guest
 
Posts: n/a
#4: Jul 26 '06

re: What is the differences between AJAX and JavaScript?


Asynchronous
JavaScript
And
XML
(first letter of each makes ajax)
for more:
http://en.wikipedia.org/wiki/AJAX
http://en.wikipedia.org/wiki/JavaScript

Randy Webb
Guest
 
Posts: n/a
#5: Jul 26 '06

re: What is the differences between AJAX and JavaScript?


Paul Davis said the following on 7/26/2006 3:06 PM:
Quote:
Asynchronous
JavaScript
And
XML
(first letter of each makes ajax)
for more:
http://en.wikipedia.org/wiki/AJAX
http://en.wikipedia.org/wiki/JavaScript
And then try to find out what it really is.

Question: How do you spot a Google User?
Answer: I can't tell you because I would have to quote the answer.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Dr John Stockton
Guest
 
Posts: n/a
#6: Jul 27 '06

re: What is the differences between AJAX and JavaScript?


JRS: In article <yISdnVYuuJob8VrZnZ2dnUVZ_oSdnZ2d@comcast.com>, dated
Wed, 26 Jul 2006 09:23:02 remote, seen in news:comp.lang.javascript,
Randy Webb <HikksNotAtHome@aol.composted :
Quote:
>RC said the following on 7/26/2006 8:56 AM:
Quote:
>Is AJAX built on top of JavaScript?
>
>Yes.
>
Quote:
>What browsers supported AJAX?
>
>Any browser that supports the HTTPRequest object
>
Quote:
>Can someone tell me some link introduce
>about AJAX?
>
><URL: http://jibbering.com/2002/4/httprequest.html>
>
>That URL is in the group FAQ.
With no explicit indication that it is connected with AJAX; and someone
who is reading the FAQ and wants to know about AJAX is fairly likely to
search for the string "AJAX".

Read the newsgroup FAQ.
--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/>? JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htmjscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/TP/BP/Delphi/jscr/&c, FAQ items, links.
Randy Webb
Guest
 
Posts: n/a
#7: Jul 27 '06

re: What is the differences between AJAX and JavaScript?


Dr John Stockton said the following on 7/27/2006 12:51 PM:
Quote:
JRS: In article <yISdnVYuuJob8VrZnZ2dnUVZ_oSdnZ2d@comcast.com>, dated
Wed, 26 Jul 2006 09:23:02 remote, seen in news:comp.lang.javascript,
Randy Webb <HikksNotAtHome@aol.composted :
Quote:
>RC said the following on 7/26/2006 8:56 AM:
Quote:
>>Is AJAX built on top of JavaScript?
>Yes.
>>
Quote:
>>What browsers supported AJAX?
>Any browser that supports the HTTPRequest object
>>
Quote:
>>Can someone tell me some link introduce
>>about AJAX?
><URL: http://jibbering.com/2002/4/httprequest.html>
>>
>That URL is in the group FAQ.
>
With no explicit indication that it is connected with AJAX;
I didn't say it did. I merely pointed out that the URL is in the FAQ.
Quote:
and someone who is reading the FAQ and wants to know about AJAX is
fairly likely to search for the string "AJAX".
And no <FAQENTR*from you about it?
Quote:
Read the newsgroup FAQ.
You really should consider changing that mindset of yours.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Closed Thread