<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ajax load content from another file using POST or GET</title>
	<atom:link href="http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/</link>
	<description>Web Design and Development</description>
	<lastBuildDate>Wed, 16 Jun 2010 12:39:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Louie @ Eire Web Design</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-610</link>
		<dc:creator>Louie @ Eire Web Design</dc:creator>
		<pubDate>Sat, 19 Sep 2009 16:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-610</guid>
		<description>When testing AJAX, use Firefox browser and install &quot;Firebug&quot; add-on.

http://getfirebug.com/</description>
		<content:encoded><![CDATA[<p>When testing AJAX, use Firefox browser and install &#8220;Firebug&#8221; add-on.</p>
<p><a href="http://getfirebug.com/" rel="nofollow">http://getfirebug.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-609</link>
		<dc:creator>Henri</dc:creator>
		<pubDate>Sat, 19 Sep 2009 15:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-609</guid>
		<description>pffft, I&#039;ve got it.
As i expected a typo in my code.
Just before the second $_get in line:
if(isset($_GET[‘data’]) &amp;&amp; $_GET[‘data’] != &quot;&quot;){
I typed a &quot;(&quot; for some reason.
Anyway, it works :) Expect I&#039;ll be using this example of yours many times know I understand it :)

Thanks for all the help Louie :)</description>
		<content:encoded><![CDATA[<p>pffft, I&#8217;ve got it.<br />
As i expected a typo in my code.<br />
Just before the second $_get in line:<br />
if(isset($_GET[‘data’]) &amp;&amp; $_GET[‘data’] != &#8220;&#8221;){<br />
I typed a &#8220;(&#8221; for some reason.<br />
Anyway, it works <img src='http://www.eire-webdesign.ie/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Expect I&#8217;ll be using this example of yours many times know I understand it <img src='http://www.eire-webdesign.ie/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for all the help Louie <img src='http://www.eire-webdesign.ie/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louie @ Eire Web Design</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-608</link>
		<dc:creator>Louie @ Eire Web Design</dc:creator>
		<pubDate>Sat, 19 Sep 2009 13:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-608</guid>
		<description>your server returns 500 error

&lt;cite&gt;GET http://www.16th-floor.nl/ajaxcontent.php?data=1     500 Internal Server Error	172ms&lt;/cite&gt;</description>
		<content:encoded><![CDATA[<p>your server returns 500 error</p>
<p><cite>GET <a href="http://www.16th-floor.nl/ajaxcontent.php?data=1" rel="nofollow">http://www.16th-floor.nl/ajaxcontent.php?data=1</a>     500 Internal Server Error	172ms</cite></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-607</link>
		<dc:creator>Henri</dc:creator>
		<pubDate>Sat, 19 Sep 2009 12:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-607</guid>
		<description>You are right about the sub-domain, in my case they are not properly setup by my hosting provider, so i moved the files to the main domain folder.

First I tried it with all the example code, but it did not work.
So i again stripped it to the bare necessities but it&#039;s still not working.

The right URLs this time are
http://www.16th-floor.nl/ajaxtest.html
and
http://www.16th-floor.nl/ajaxcontent.html
(I know this extension should php but then you wouldn&#039;t be able to read the code, 
so there is a identical ajaxcontent.php and ajaxcontent.html.)

I must say I really do appreciate your quick help on an article almost 1 year old, 
so i hope you haven&#039;t lost your patience with me yet ;)</description>
		<content:encoded><![CDATA[<p>You are right about the sub-domain, in my case they are not properly setup by my hosting provider, so i moved the files to the main domain folder.</p>
<p>First I tried it with all the example code, but it did not work.<br />
So i again stripped it to the bare necessities but it&#8217;s still not working.</p>
<p>The right URLs this time are<br />
<a href="http://www.16th-floor.nl/ajaxtest.html" rel="nofollow">http://www.16th-floor.nl/ajaxtest.html</a><br />
and<br />
<a href="http://www.16th-floor.nl/ajaxcontent.html" rel="nofollow">http://www.16th-floor.nl/ajaxcontent.html</a><br />
(I know this extension should php but then you wouldn&#8217;t be able to read the code,<br />
so there is a identical ajaxcontent.php and ajaxcontent.html.)</p>
<p>I must say I really do appreciate your quick help on an article almost 1 year old,<br />
so i hope you haven&#8217;t lost your patience with me yet <img src='http://www.eire-webdesign.ie/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louie @ Eire Web Design</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-605</link>
		<dc:creator>Louie @ Eire Web Design</dc:creator>
		<pubDate>Sat, 19 Sep 2009 07:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-605</guid>
		<description>I removed the code inserted into the &quot;comment&quot; as it contained your server path which should be the domain URL PATH.

You are trying to set this up on a sub-domain, so would you not be better just check on a new page in the main domain folder until you get it working?

Have a look at the example available and just because you don&#039;t need certain Javascript code, it doesn&#039;t mean the other code doesn&#039;t need it either.
Those are functions and they could be called from inside the other ones so leave it as it is until working then clean up what you thing you don&#039;t need.

Example Page: http://www.eire-webdesign.ie/ajax_samples/</description>
		<content:encoded><![CDATA[<p>I removed the code inserted into the &#8220;comment&#8221; as it contained your server path which should be the domain URL PATH.</p>
<p>You are trying to set this up on a sub-domain, so would you not be better just check on a new page in the main domain folder until you get it working?</p>
<p>Have a look at the example available and just because you don&#8217;t need certain Javascript code, it doesn&#8217;t mean the other code doesn&#8217;t need it either.<br />
Those are functions and they could be called from inside the other ones so leave it as it is until working then clean up what you thing you don&#8217;t need.</p>
<p>Example Page: <a href="http://www.eire-webdesign.ie/ajax_samples/" rel="nofollow">http://www.eire-webdesign.ie/ajax_samples/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louie @ Eire Web Design</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-604</link>
		<dc:creator>Louie @ Eire Web Design</dc:creator>
		<pubDate>Sat, 19 Sep 2009 06:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-604</guid>
		<description>Can&#039;t seem to be able to access your links above.
Is your sub-domain setup porperly?
Also Javascript has permission issues when used accross sub-domains (e.g. &quot;domain.com&quot; is not the same as &quot;sub-domain.domain.com&quot;</description>
		<content:encoded><![CDATA[<p>Can&#8217;t seem to be able to access your links above.<br />
Is your sub-domain setup porperly?<br />
Also Javascript has permission issues when used accross sub-domains (e.g. &#8220;domain.com&#8221; is not the same as &#8220;sub-domain.domain.com&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-603</link>
		<dc:creator>Henri</dc:creator>
		<pubDate>Fri, 18 Sep 2009 23:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-603</guid>
		<description>oh, i can&#039;t seem to paste the code in this message.
If it is not to much to ask, you could look at my files on:
http://ibhuman.16th-foor.nl/ajaxtest.php
http://inhuman.16th-foor.nl/includes/ajax_content.php
http://inhuman.16th-foor.nl/scripts/ajax.js

sorry for the trouble.</description>
		<content:encoded><![CDATA[<p>oh, i can&#8217;t seem to paste the code in this message.<br />
If it is not to much to ask, you could look at my files on:<br />
<a href="http://ibhuman.16th-foor.nl/ajaxtest.php" rel="nofollow">http://ibhuman.16th-foor.nl/ajaxtest.php</a><br />
<a href="http://inhuman.16th-foor.nl/includes/ajax_content.php" rel="nofollow">http://inhuman.16th-foor.nl/includes/ajax_content.php</a><br />
<a href="http://inhuman.16th-foor.nl/scripts/ajax.js" rel="nofollow">http://inhuman.16th-foor.nl/scripts/ajax.js</a></p>
<p>sorry for the trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-601</link>
		<dc:creator>Henri</dc:creator>
		<pubDate>Fri, 18 Sep 2009 23:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-601</guid>
		<description>Thanks Louie.

I don&#039;t need the form bit, so I shortened the examples somewhat.
But know the loading image is displayed and nothin happens. So I think i cut out to much.
This is all new to me so would you check my code?

[CODE REMOVED]

I&#039;m sure it&#039;s something small or stupid, but i&#039;m staring myself dizzy, and just can&#039;t find the problem.</description>
		<content:encoded><![CDATA[<p>Thanks Louie.</p>
<p>I don&#8217;t need the form bit, so I shortened the examples somewhat.<br />
But know the loading image is displayed and nothin happens. So I think i cut out to much.<br />
This is all new to me so would you check my code?</p>
<p>[CODE REMOVED]</p>
<p>I&#8217;m sure it&#8217;s something small or stupid, but i&#8217;m staring myself dizzy, and just can&#8217;t find the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louie @ Eire Web Design</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-600</link>
		<dc:creator>Louie @ Eire Web Design</dc:creator>
		<pubDate>Fri, 18 Sep 2009 12:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-600</guid>
		<description>Yes it does. Cant&#039;see why not.
Adding a submit button sorts out the &quot;JavaScript&quot; disabled issues</description>
		<content:encoded><![CDATA[<p>Yes it does. Cant&#8217;see why not.<br />
Adding a submit button sorts out the &#8220;JavaScript&#8221; disabled issues</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-599</link>
		<dc:creator>Henri</dc:creator>
		<pubDate>Fri, 18 Sep 2009 11:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-599</guid>
		<description>Is this great example still holding up with the latest browsers?
And what happend when a user has disabled javascript?</description>
		<content:encoded><![CDATA[<p>Is this great example still holding up with the latest browsers?<br />
And what happend when a user has disabled javascript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-07-20 &#171; Free Open Source Directory</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-574</link>
		<dc:creator>links for 2009-07-20 &#171; Free Open Source Directory</dc:creator>
		<pubDate>Tue, 21 Jul 2009 01:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-574</guid>
		<description>[...] Ajax load content from another file using POST or GET &#124; Website Design Ireland, Website Development These is a simple Ajax example that will load content into the page from another file without browser refresh. 05-Oct-2007 – We have updated the javascript to allow the use of forms to be submited using POST. (tags: Ajax load Content from another File using Post or Get &#124; Website Design Ireland, Development) [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajax load content from another file using POST or GET | Website Design Ireland, Website Development These is a simple Ajax example that will load content into the page from another file without browser refresh. 05-Oct-2007 – We have updated the javascript to allow the use of forms to be submited using POST. (tags: Ajax load Content from another File using Post or Get | Website Design Ireland, Development) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-504</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Fri, 12 Dec 2008 05:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-504</guid>
		<description>i have php and 3 ajax  data in the same form and would like to send all the data into one row in the database</description>
		<content:encoded><![CDATA[<p>i have php and 3 ajax  data in the same form and would like to send all the data into one row in the database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louie @ Eire Web Design</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-400</link>
		<dc:creator>Louie @ Eire Web Design</dc:creator>
		<pubDate>Tue, 23 Sep 2008 07:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-400</guid>
		<description>With this code you can not upload images using ajax. Have a look at Yahoo YUI - http://developer.yahoo.com/yui/</description>
		<content:encoded><![CDATA[<p>With this code you can not upload images using ajax. Have a look at Yahoo YUI &#8211; <a href="http://developer.yahoo.com/yui/" rel="nofollow">http://developer.yahoo.com/yui/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-399</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 22 Sep 2008 23:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-399</guid>
		<description>How do you change a form field so that it can uploading image file? 


case &#039;text&#039;:
case &#039;hidden&#039;:
case &#039;password&#039;:
case &#039;textarea&#039;:
case &#039;file&#039;:      &lt;---</description>
		<content:encoded><![CDATA[<p>How do you change a form field so that it can uploading image file? </p>
<p>case &#8216;text&#8217;:<br />
case &#8216;hidden&#8217;:<br />
case &#8216;password&#8217;:<br />
case &#8216;textarea&#8217;:<br />
case &#8216;file&#8217;:      &lt;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 'Select Box' Selection Function - Irish SEO, Marketing &#38; Webmaster Discussion</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-42</link>
		<dc:creator>'Select Box' Selection Function - Irish SEO, Marketing &#38; Webmaster Discussion</dc:creator>
		<pubDate>Mon, 12 Nov 2007 21:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-42</guid>
		<description>[...] is an example for you. Give it a shot and you&#039;ll get the hang of it quickly:  Ajax load content from another file using POST or GET &#124; Eire Web Design  __________________ :. Used Car Sales :. Car Parts &amp; Accessories :. Car Styling :. Auto [...]</description>
		<content:encoded><![CDATA[<p>[...] is an example for you. Give it a shot and you&#8217;ll get the hang of it quickly:  Ajax load content from another file using POST or GET | Eire Web Design  __________________ :. Used Car Sales :. Car Parts &amp; Accessories :. Car Styling :. Auto [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louie</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-3</link>
		<dc:creator>Louie</dc:creator>
		<pubDate>Wed, 17 Oct 2007 19:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-3</guid>
		<description>No problem. Glad I could help.

I am making small changes to it as I write this and I will upload the new version soon. 

Is more compact.</description>
		<content:encoded><![CDATA[<p>No problem. Glad I could help.</p>
<p>I am making small changes to it as I write this and I will upload the new version soon. </p>
<p>Is more compact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aliroman</title>
		<link>http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/comment-page-1/#comment-2</link>
		<dc:creator>aliroman</dc:creator>
		<pubDate>Wed, 17 Oct 2007 19:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.eire-webdesign.ie/blog/2007/10/15/ajax-load-content-from-another-file-without-browser-refresh-using-ajax/#comment-2</guid>
		<description>This is an amazing example, and I am really thankful to Louie who saved me a lot of time, and provided a real quick solution. Thats a great script and I am sure web developers of all level will love it.


thanks..</description>
		<content:encoded><![CDATA[<p>This is an amazing example, and I am really thankful to Louie who saved me a lot of time, and provided a real quick solution. Thats a great script and I am sure web developers of all level will love it.</p>
<p>thanks..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

