Image not to Reload again and again
-
Hi All, I'm creating a webpage, in that it wont reload the image again and again it is possible. like all my page have header and footer images. if i go from page 1 to page 2, the already download image should be used. instead of getting new image.... same for CSS also plz help me out With Regards Amjath
-
Hi All, I'm creating a webpage, in that it wont reload the image again and again it is possible. like all my page have header and footer images. if i go from page 1 to page 2, the already download image should be used. instead of getting new image.... same for CSS also plz help me out With Regards Amjath
If you want an area to remain static, you need to put it in a frame. The downside is, your page URL will not change and your pages will not be bookmarkable. Having said that, I'd expect the images and the CSS to be coming from your cache in any case.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
If you want an area to remain static, you need to put it in a frame. The downside is, your page URL will not change and your pages will not be bookmarkable. Having said that, I'd expect the images and the CSS to be coming from your cache in any case.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
i think some way is there to say always pick from cache, if not found in cache then only it should get from the serevr....