Posted by alexjaquet on 01/23/82 11:41
Hi,
I'm trying to preload image for a better user experience but it doesn't
work
I find a simple script to load image
<SCRIPT language="JavaScript">
if (document.images)
{
pic1= new Image(300,60);
pic1.src="../images/vendeur_detail_$LANG.gif\";
}
</SCRIPT>
then I try to use it this way :
<div id="test><img alt="" name="pic1"></div>
but the image doesn't appear
any help would be appreciate thx
Navigation:
[Reply to this message]
|