PDA

View Full Version : Firefox messes it up since FF 3.5 adoption


marconehilton
07-27-2009, 07:24 PM
Hi there, folks!

I'm facing up a real challenge back in here.

A code, that used to work fine in both IE and Firefox has just stopped working since FF 3.5 adoption. Strangely, it doesn't load files anymore.

Maybe something's wrong with my javascript object detection?

function includeName($nome){
var filme_obj = document.getElementsByName("start")[0];
if (filme_obj != null) {
filme_obj.SetVariable("nomedoarquivo", $nome);
}
}

What do I do here is: script detects a single flash object (named "start"), loads pg01, then pg02...

It used to work on IE7, IE8, Chrome and previous FF. After FF3.5 installation, it messed up and didn't open anymore again.

Here are the files (http://www.quimios.com.br/navigation.zip), if somebody care for helping me.

Thanks in advance.

chrisopia
07-28-2009, 11:36 AM
I dont like firefox anymore...

there are alot of errors and I know Im not alone...

I use google chrome or IE if im really desperate...

marconehilton
07-28-2009, 01:35 PM
So do I, Chris!

Unfortunately, that is not an option for me... :p

I REALLY need to find a way out on this issue.

Edited at 10:54 (GMT -3): A clue may be on recent script errors, generated by softwares that are integrated with IE - and did not use to have errors before (i.e: FlashGet).

Does anyone know if there were any recent Windows Update that might have bugged it all?