Forum Moderators: open
Iam a beginner to ajax. I need to load an image in the background, before the actual image gets loaded. I have given a brief description about it in the following lines.
Each module should load separately from the others, i.e. each module should load in the background. While loading, in the space where the module will appear, a loading image should be displayed. This loading should be done via Asynchronous JavaScript and XML. When the module has fully loaded, the module HTML should replace the image. This should happen for each module. Each module should also auto-refresh every 3 minutes. This re-load should occur in the background and when each module has fully loaded the HTML of that module should be replaced by the new HTML. Each module should reload independently of all other modules.
Please help me in this regard. Thanx in advance.
Regards
janakiraman
The term AJAX refers to any of dozens of different approaches to the problem of having the client fetch information from the server without a literal page refresh.
Perhaps using your favorite search engine to look for "Ajax tutorial" would get you started in the right direction.