Dynamic Web Templates

  • Thread starter Thread starter deezr
  • Start date Start date
D

deezr

I am trying to learn how to use Dynamic Web Templates. Can someone
please explain to me if when using DWT, do the images that are constant
and unchanging on each page always have to reload when going from page
to page? I hope that makes sense...

Dee
 
Normally, no. The images will be stored in the browser cache and
reused from there. However, the user may have set their browser to
always reload images etc. from the server, and to ignore the cache.
 
Anything that pages get from a DWT is inserted permanently on the PUBLISHED
site into each page.
 
Back
Top