Javascript Problems

hockeygoalie5

In Runtime
Messages
299
Location
United States
On my FireFox, when I attempt to use JavaScript it doesn't work! I checked the options, it allows java and javascript. I am running Windows 7 on an HP Pavilion Entertainment PC.

NOTE: JavaScript works perfectly fine on IE.
 
Are you talking about Javascript or Java? You mention both, but the two are completely different things. If you're not sure:

Head over to here and type in your name then hit "demo now". Do you get an alert box popping up? If so then javascript is running.

To test Java, head over here and you should be able to click run and view the illusion. Does that work?
 
I take it you've tried reinstalling and updating firefox / scanning for nasty bits of software just in case?

Can you give an example of a page that works in IE but not properly in firefox?
 
You might want to install firebug - it's a stupidly useful extension for web dev stuff. That'll show any javascript errors that occur in realtime which might help you track down what's going on.
 
Back
Top Bottom