... I've replied to that post just now. Anyway, "AJAX" is typically advertised as using the XMLHTTPRequest Object. Way back in 2000, when IE 5.0 was the latest...
... Thats the reason I started this group to save AJAX from being HiJacked. ... content, or ... or parse the ... DOM object. was it with XMLHTTPRequest ... ...
Here is what I think of AJAX and DHTML difference. DHTML did all the cool dynamic effects in Webpages using W3C DOM but the data was not fetched from server...
... I didn't understand the "Hijacked" bit.. Could you elaborate, please ? ... No. It was simple form submissions, where the XML was the value of a text area. ...
... For me, deciding to fetch data from the server, and deciding to to use DOM data were two different decisions. I'd use Javascript on the HTML DOM on the...
... Thats exactly what I call hijacked. Will U use XML if U want to change the functionality of a current page ? Wont it be faster if I dont load all...
... I don't quite agree with the use of the term "hijacked". What ever is someone hijacking ? Instead of using hidden frame/form tricks as I'd mentioned...
Do you know for any general portal about AJAX? JSF have, .NET have, JavaScript have, etc., but I can't find any about AJAX. ... From: gurudatta_p_raut To:...
Hi. Can you tell me where I can find free/open source AJAX framework/tool which support d&d GUI building of user interfaces? Like Java Studio Creator do for...
Check it out http://www.meebo.com They have created Desktop inside our browser. We actually get windows in our webpage, I was zapped. this is what MS has been...
did U all Check out http://www.meebo.com Look at the source of its webpage while windows are visible in it. U can use these windows just like normal windows....
Chaps, AJAX without xml IS possible. we have built web apps where the response comes out just as a text string, not XML. But the name 'xmlhttp' is historically...
hi guys i have this question>> i have this script in my blog that sends a request to a php script on another server. my question is how can i read the keywords...
Have a look at AHAH, 'Asynchronous HTML and HTTP' http://microformats.org/wiki/rest/ahah It's exactly the same as Ajax but you get a (X)HTML snippet back (in ...
Or again, no xml, but using JSON, returning javascript objects which are easier to use in javascript than xml (until E4X http://en.wikipedia.org/wiki/E4X...
@Krishna What you says is correct but when you are using Javascript then ?? For communication we need serialization or HTTP Handler...what you say? Amit On 29...
oops. when I said ajax without xml is possible, I didnt mean anything to do with AJAX_2.0 (framework?) - I am totally ignorant abt this AJAX_2-0 platform. Can...
hi guys i have this question>> i have this javascript in my blog that sends a request to a php script on another server. my question is how can i read the...