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.
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.