: is there any way/code where i can preload html pages so that it appears as if it is appearing from local hard drive.
:
: please provide me a way around. idon't want to use frames
:
: regards
: shankar
:
If you have new images, you can preload them with
Image x=new Image(height, width);
x.src="boo.gif";
do that with all the images you have, and, have like a pre-loader or something.