<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/css" href="css/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Javascript Function - Ajax and javascript</title><link>http://www.javascriptfunction.com/</link><description>Javascript Tutorials, Ajax , Validation, Calculator, DOM - </description><generator>RainbowSoft Studio Z-Blog 1.7 Laputa Build 70216</generator><language>EN-US</language><copyright>Copyright http://www.javascriptfunction.com/. All Rights Reserved.</copyright><pubDate>Tue, 07 Sep 2010 05:38:07 +0800</pubDate><item><title> Introduction to AJAX</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/J3K25.html</link><pubDate>Sat, 22 Dec 2007 10:47:20 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/J3K25.html</guid><description><![CDATA[                      AJAX (Asynchronous Javascript and XML) is like DHTML in            that it is a combination of several existing            technologies rather than being a single technology. In            this case the technologies involved are...]]></description><category>Ajax and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/J3K25.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3023</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3023&amp;key=fcd8b3ed</trackback:ping></item><item><title> Open an AJAX Request</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/JE69I.html</link><pubDate>Sat, 22 Dec 2007 10:47:20 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/JE69I.html</guid><description><![CDATA[                      Having created our AJAX            object the next thing that we need to do is to            initialize (or open) the object.                                To be able to do this we need to know what server side            proce...]]></description><category>Ajax and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/JE69I.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3022</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3022&amp;key=4bd984a6</trackback:ping></item><item><title> Response Event Handler</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/0FBA0.html</link><pubDate>Sat, 22 Dec 2007 10:47:20 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/0FBA0.html</guid><description><![CDATA[                      As we are making an asynchronous request to the server            we are not going to wait around for the server to send            back its reply (as we would with a synchronous            request). We therefore need a way to d...]]></description><category>Ajax and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/0FBA0.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3021</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3021&amp;key=4f9a8202</trackback:ping></item><item><title> Send the Request</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/CHIH3.html</link><pubDate>Sat, 22 Dec 2007 10:47:20 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/CHIH3.html</guid><description><![CDATA[                      Now that we have an event handler defined to test for            when a resonse to our request is received we are now            ready to send our request to the server. We do this by            adding one extra line to our code...]]></description><category>Ajax and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/CHIH3.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3020</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3020&amp;key=d5e86c7d</trackback:ping></item><item><title> Passing Parameters</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/BH941.html</link><pubDate>Sat, 22 Dec 2007 10:47:19 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/BH941.html</guid><description><![CDATA[                      Before we move on to looking at how to deal with what            we get returned from our AJAX request and how to set up            the server side processing to create that response,            let&#39;s first look at how we ca...]]></description><category>Ajax and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/BH941.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3019</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3019&amp;key=4c719f9c</trackback:ping></item><item><title> Success or Failure</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/FI3JI.html</link><pubDate>Sat, 22 Dec 2007 10:47:19 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/FI3JI.html</guid><description><![CDATA[                      We already have our method set up ready to handle the            information passed back from our AJAX request and have            the if statement in place that confirms that the            request is complete. Of course just b...]]></description><category>Ajax and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/FI3JI.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3018</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3018&amp;key=ac7d7a40</trackback:ping></item><item><title> Response Type</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/H0KF6.html</link><pubDate>Sat, 22 Dec 2007 10:47:19 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/H0KF6.html</guid><description><![CDATA[                      If you are the one creating the entire AJAX application            then you ought to know exactly what format you expect            to get your response in. We can of course confirm this            by checking the content type d...]]></description><category>Ajax and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/H0KF6.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3017</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3017&amp;key=37cde669</trackback:ping></item><item><title> responseText and responseXML</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/1913A.html</link><pubDate>Sat, 22 Dec 2007 10:47:19 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/1913A.html</guid><description><![CDATA[                      In the last tutorial we looked at how we can determine            whether the response is XML or plain text. The reason            why we must know the answer to this (either by knowing            what the server side script is ...]]></description><category>Ajax and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/1913A.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3016</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3016&amp;key=bfec0f43</trackback:ping></item><item><title> Setting Response Type</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/IE2J8.html</link><pubDate>Sat, 22 Dec 2007 10:47:19 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/IE2J8.html</guid><description><![CDATA[                      If the content on the server that you are going to            retrieve is static then what is returned is rather            obvious - response.xml contains XML and            response.txt contains plain text. Where you are      ...]]></description><category>Ajax and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/IE2J8.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3015</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3015&amp;key=ef9ba442</trackback:ping></item><item><title> Javascript Object Notation</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/BH0KB.html</link><pubDate>Sat, 22 Dec 2007 10:47:19 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/BH0KB.html</guid><description><![CDATA[                      There are a number of standard formats that have been            adopted for AJAX to use to pass the response back from            the server. The one that gives AJAX its name is XML.            Another is JSON (Javascript Objec...]]></description><category>Ajax and javascript</category><comments>http://www.javascriptfunction.com/javascript-function/BH0KB.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3014</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3014&amp;key=3b5e3c06</trackback:ping></item></channel></rss>
