Am I nuts or just freaking out. This splice code dosen't work on IE6 (with all current service packs)in w2K:
cars = ["Mercedes", "Ford", "Chrysler", "Honda", "Volvo"]
document.write(cars.splice(1,2));
I am using XP and no problem, then I test on a w2k machine and I get an error!
I have different OS's.
laptop w2k - it works
tower 98 - it works
tower XP - it works
tower NT - it works
tower w2k pro - same javascript error
Am I missing something???
Any help on this will be appreciated by me and my sanity.
cars = ["Mercedes", "Ford", "Chrysler", "Honda", "Volvo"]
document.write(cars.splice(1,2));
I am using XP and no problem, then I test on a w2k machine and I get an error!
I have different OS's.
laptop w2k - it works
tower 98 - it works
tower XP - it works
tower NT - it works
tower w2k pro - same javascript error
Am I missing something???
Any help on this will be appreciated by me and my sanity.