1/ I would suspect that the functions being defined AFTER the onchange event is defined to cause some problems in some browsers
Move the script block into the document head or in the body ABOVE the select element.
2/ the doDMarquee() doesn't clear the currently set interval before redefining it.
Point the onchange event to a function that calls clearInterval(oMrunning) BEFORE calling doDMarquee() (check that oMrunning exists first of course)
Not tested either of those BTW 
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|