Quote:
Originally Posted by sde
hi complete,
it's not possible to have that level of control in regards to loading with plain html. you could however do it with AJAX. it would be a pretty complicated solution for the sole purpose of having your page load nicely, but it would work.
on a high level... you would lay out your page with bare bones minimum HTML/CSS, and then use AJAX to perhaps make server requests for the content of the specific areas.
|
I have not jumped into AJAX yet. I guess now would be a good time to start. I have heard buzz about it from here and there. So, where do you recomend I go to start?