Car Insurance - Cheap Flights - Credit Card - www.bestextbooks.com - Mortgage Calculator

PDA

View Full Version : Needing Animation Javascript


angellica2017
Sep 7th 2006, 10:39 pm
Hi, I need more animation javascript that could be used at any browser. Thanks b4.

Peace


Angel of Adsense

Bombaywala
Sep 8th 2006, 6:45 am
Your requirement is too broad and vague. What kind of animation js are you looking for? You can try hotscripts?

angellica2017
Sep 8th 2006, 9:29 am
I mean some animation that could be viewed at EVERY browser. Thanks!

Bombaywala
Sep 8th 2006, 11:24 am
One way to do this create the animation and serve it on browser dependability.

If browser = IE
do something
if browser = mozilla
do something

angellica2017
Sep 23rd 2006, 3:31 am
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?

Bombaywala
Sep 25th 2006, 7:02 am
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...