Loading Images

i've included jpeg images as buttons for my JSP page...

question is, sometimes the images does not load. Why is this so?

I click refresh on the browser and also clear the cache and cookies but nothing works... is there a way to ensure it will load everytime ?

thanks in advance

[304 byte] By [Spidergrega] at [2007-10-3 1:18:28]
# 1
Are the images dymanic (as in: returned by a servlet) or static (as in: loaded from the local disk)?
BalusCa at 2007-7-14 18:15:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
dynamic yeah
Spidergrega at 2007-7-14 18:15:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...