Anybody see why this is not working!

  • Thread starter =?iso-8859-1?B?TXIuRyAgKEC/QCk=?=
  • Start date
?

=?iso-8859-1?B?TXIuRyAgKEC/QCk=?=

Hi, I cliped this and mofified it to be used in a mouse_over to change
the background of text. This is supposed to pre-load the image on
mouse over but it don't!

<script language="Javascript">

function ImgPreLoad()
{
var my_images_array = new Array ('ltrhome.jpg', 'ltrabout',
ltrphoto.jpg', 'ltrmap.jpg', 'ltreq.jpg', 'ltcont.jpg');
LoadmUp (my_images);
}

function LoadmUp (my_images_array)
{
for (loop = 0; loop < my_images_array.length; loop++)
{
var one_image = new Image();
one_image.src = my_images_array[loop];
}
}
</script>
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Mr.G (@¿@) said:
Hi, I cliped this and mofified it to be used in a mouse_over to change
the background of text. This is supposed to pre-load the image on
mouse over but it don't!

<script language="Javascript">

function ImgPreLoad()
{
var my_images_array = new Array ('ltrhome.jpg', 'ltrabout',
ltrphoto.jpg', 'ltrmap.jpg', 'ltreq.jpg', 'ltcont.jpg');
LoadmUp (my_images);
}

function LoadmUp (my_images_array)
{
for (loop = 0; loop < my_images_array.length; loop++)
{
var one_image = new Image();
one_image.src = my_images_array[loop];
}
}
</script>

Try ask in a JavaScript group.

Arne
 
T

Thomas Fritsch

Mr.G (@¿@) said:
Hi, I cliped this and mofified it to be used in a mouse_over to change
the background of text. This is supposed to pre-load the image on
mouse over but it don't!

<script language="Javascript"> [...]
</script>
In spite of their names "Java" and "Javascript" are completely different
languages. The group you want is "comp.lang.javascript", but not this
group.
 

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

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top