i want to use two ticker on a single page .but it stop first ticker and start second ticker but i want to start both the ticker at the same time
i want to use two ticker on a single page .but it stop first ticker and start second ticker but i want to start both the ticker at the same time
there is a thing like that in javascript.internet.com
warning: it does make some bugs... not a good option
Also, read the stickies before posting!!
These queries take far too long to process.
/me is angry.
cr3ative
A retired member, drop me a line through my site if you'd like to find me!
cr3ative media | read the stickies
Because JavaScript is not multithreaded, scripts and event handlers should be written so that they do only small amounts of computation and return quickly. If a script or event handler runs for more than about a half second, the delay will potentially be noticeable and annoying to the user. If your script runs for even longer than this (say 3 or more seconds) then the browser may appear to have "locked up" or "frozen" and the user may think that it has crashed.
So if you write your scrollers to work in a kind of "round robin" way, it would give the effect of both scripts running at the same time
Bookmarks