[PHP] Re: appendChild(), removeChild()

2007-07-26 Thread Man-wai Chang
JavaScript (The main part of AJAX) runs on the client. Using AJAX you can have it call stuff on your server, but mainly it is client side only. THX -- @~@ Might, Courage, Vision, SINCERITY. / v \ Simplicity is Beauty! May the Force and Farce be with you! /( _ )\ (Xubuntu 7.04) Linux

[PHP] Re: appendChild(), removeChild()

2007-07-26 Thread Man-wai Chang
If the child refers to a file, is it client-side only? I meant it's nothing like AJAX, right? Since JS runs on the client, yes. ... or unless the file was cached, right? I am reading about these stuffs lately. :) -- @~@ Might, Courage, Vision, SINCERITY. / v \ Simplicity is Beauty! May

Re: [PHP] Re: appendChild(), removeChild()

2007-07-26 Thread Richard Heyes
Man-wai Chang wrote: If the child refers to a file, is it client-side only? I meant it's nothing like AJAX, right? Since JS runs on the client, yes. ... or unless the file was cached, right? I am reading about these stuffs lately. :) JavaScript (The main part of AJAX) runs on the client.