What the heck is this????????

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is this java script in the head of some the pages?

<script language="JavaScript">
<!--
function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs=new Image;
d.FP_imgs.src=a; }
}
 
preloadImgs()

It loads images into the cache that are used in rollovers on the page to
minimize the delay when you actually do the rollover.
 
Hi Dmzish,

It is used to preload images normally used for mouse overs.
 
Thanks!

MD Websunlimited said:
Hi Dmzish,

It is used to preload images normally used for mouse overs.


--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 Released Special Pricing
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

Damzish said:
What is this java script in the head of some the pages?

<script language="JavaScript">
<!--
function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs=new Image;
d.FP_imgs.src=a; }
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top