If i am not wrong you mean to load in the gif and jpg at one specific site
If thats what you want you can, put this in the body tag in the index.php3
file
onLoad="preload('imagepath/imagename.ext','imagepath/imagename.ext')"

and this in the include/popupwindow

<script language="JavaScript">
<!--
function preload() { file://v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=preload.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>








---- Original Message -----
From: "Paul Ashton" <[EMAIL PROTECTED]>
To: "FreeTrade" <[EMAIL PROTECTED]>
Sent: Tuesday, September 26, 2000 4:50 AM
Subject: [FreeTrade]


> Does anyone know if it is possible (or if it is unwise) to cache only the
> .gif's and .jpg's? I have looked in the RFC 2616 file (sect 14.9) but it
was
> not clear to me if there was in fact answer there.
>
> Regards,
> Paul Ashton
>
>
>
>
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Site:            http://www.working-dogs.com/freetrade/
> Problems?:       [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to