Hi, I need more animation javascript that could be used at any browser. Thanks b4. Peace Angel of Adsense
Your requirement is too broad and vague. What kind of animation js are you looking for? You can try hotscripts?
One way to do this create the animation and serve it on browser dependability. If browser = IE do something if browser = mozilla do something
For example, I put a javascript on my webpage. It works fine at IE but doesn't works at mozilla. So, I want to know what is the URL that provide the script for Mozilla and IE browser?
Depends what your script does. Mozilla is very restrictive when it comes to serving scripts (to prevent hackers from taking over client PCs). So if your script is doing something that Mozilla does not support then you have to stream a non-js page. Do some reading on javascript basics and then advanced and you will get it. Good luck...