[thelist] javascript error

David Kutcher david_kutcher at hotmail.com
Wed Apr 3 11:25:01 CST 2002


Were those modified Dreamweaver functions?

If you are simply doing mouseover image swaps, there are much easier and
more efficient codes to use.

David

> function changeImages() {
>     if (document.images && (preloadFlag == true)) {
>         for (var i=0; i<changeImages.arguments.length; i+=2) {
>             document[changeImages.arguments[i]].src =
> changeImages.arguments[i+1];



More information about the thelist mailing list