Here's the link in particular:
http://www.accucomci.com/i
Main Topics
Browse All TopicsI have a web page which includes a javascript that performs an image rotator which had been working fine even in Internet Explorer when I got it all setup just a few months ago, but now when I open this page, it indicates the following error details:
Line 42
Char: 3
Error: 'null' is null or not an object
Code: 0
when I go to my source code, it seems to be pointing to the following line of code:
banner1.src=imgs1[currentA
What I don't understand is why would it work before, and now it does not even with no changes, in Internet Explorer. Intriguingly it does work when I open it in Firefox.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Here's the link in particular:
http://www.accucomci.com/i
I tried to install Microsoft Script Editor on this computer but I spent alot of time and I think that I found a problem without it :)
just try instead of:
window.setInterval("cycle1
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_pre
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
do:
function MM_preloadImages() { //v3.0
window.setInterval("cycle1
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_pre
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
So this make sure that you refer to ID in document that is in fact created (2 sec can be not enough )
Business Accounts
Answer for Membership
by: wilq32Posted on 2009-04-27 at 09:48:57ID: 24243494
Can you provide some example page for that ? I paste this code to IE and it works ok :)