Display web page elements all at the same moment
I have observed that my asp page loads itsâ contents, loading a part every few seconds, depending on the bandwidth of connection and the kilobytes it has to load.
This is not what I would like.
I would like to have my asp page loaded at once.
To be displayed only when all parts are in memory. Text, graphics , all to be displayed in browser at the same time, not by the time the browser loads them.
At this moment I wrote this topic, when someone visit my asp page, the browser firstly display small graphics, secondly text, and at last, big sized graphics.
Is there any code to add in order to face this problem?
Can you please help me solve this?
|