Forum Moderators: open

Message Too Old, No Replies

can somebody help me?

java script rollover

         

Drew_Brees

10:20 pm on Dec 8, 2003 (gmt 0)

10+ Year Member



hello...just had a quick question regarding java script.

the paths are correct but when i rollover the image the image doesn't show up...just comes up blank with an X.

i believe it's the call to rolloever in the javascript. here it is...

function
di20(id, newSrc) {
var theImage = FWFindImage(document, id, 0);
if (theImage) {
theImage.src = newSrc;

what am i missing in this?

thanks.

drew

Drew_Brees

10:34 pm on Dec 8, 2003 (gmt 0)

10+ Year Member



woahhhh...i fixed it.

thanks anyways if you were looking into it. whoever you are:P

the path 'was' incorrect...just had to take out the domain name.

wierd...but it works!

yahoo!