Dynamic Web Templates

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
 
R

Ronx

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.
 
W

Windsun

Anything that pages get from a DWT is inserted permanently on the PUBLISHED
site into each page.
 
Top