T
Tmuldoon
Hi,
I have some Javascript that works on IE 6-7 but not Firefox(FF).
FF throws this error when clicked:
Hello,
Using Publisher 6.2 and Firefox 2.0
We have a customized Publisher template that creates some Javascript
that work fine in IE 6-7, but not FF.
FF returns this error:
Element referenced by ID/NAME in the global scope. Use W3C standard
document.getElementById() instead.
[Break on this error] undefined
(line 1)
oNug.all is not a function
[Break on this error] var e = oNug.all("disp");
How do I make it W3C compliant? Syntax help please!
Would I say var e=oNug.getElementById("disp"); ?
Why does it work with IE and not FF?
Thanks,
Tmuld
I have some Javascript that works on IE 6-7 but not Firefox(FF).
FF throws this error when clicked:
Hello,
Using Publisher 6.2 and Firefox 2.0
We have a customized Publisher template that creates some Javascript
that work fine in IE 6-7, but not FF.
FF returns this error:
Element referenced by ID/NAME in the global scope. Use W3C standard
document.getElementById() instead.
[Break on this error] undefined
(line 1)
oNug.all is not a function
[Break on this error] var e = oNug.all("disp");
How do I make it W3C compliant? Syntax help please!
Would I say var e=oNug.getElementById("disp"); ?
Why does it work with IE and not FF?
Thanks,
Tmuld