hey guys,
reload this page, pay attentation to the loading process of this page: the banner is loaded and displayed first, then after the rest of content is fully loaded, it is displayed.
most big websites have their pages coded this way, so that the user will get to see the top part of the page while still waiting for the entire page to finish loading.
i want to do the same thing with my pages, i tried response.buffer = true and response.flush, however it didn't work. Does anyone have any ideas on how to do this?
reload this page, pay attentation to the loading process of this page: the banner is loaded and displayed first, then after the rest of content is fully loaded, it is displayed.
most big websites have their pages coded this way, so that the user will get to see the top part of the page while still waiting for the entire page to finish loading.
i want to do the same thing with my pages, i tried response.buffer = true and response.flush, however it didn't work. Does anyone have any ideas on how to do this?