I am using this Javascript for a tabbed menu and just noticed that in s=document.getElementById(t); ds=s.getElementsByTagName('div');l=ds.length; i=y=0;, that "s" in undefined. Any ideas how to make...
I have a data tree that works in IE 6 and 7, but won't open in IE 8 or Firefox.
Debugging tells me that in foldercontent.style.display="", style is a null object. Does anyone know how I can make...
I have a JavaScripted data tree that fails to open in IE 8 and Firefox. I get no errors on the console when I run in Firefox, it just doesn't open, Everything works in IE 6 and IE 7, so I assume it's...
I have an IFrame coming into a jsp page. I'm using this java script to call the correct url. It works in I.E., but in Firefox I get a error messages that says "document is undefined", which as you...
We are having real trouble finding a substitute for the .fireEvent function used in this script. We have gotten some great suggestions, but nothing as seemed to work. Here is the entire jsp(script on...
This is driving me nuts. This script executes fine in IE, but in FF I get this error "document.getElementById(buttonID2).fireEvent is not a function". When I remove the underscores from the...
I have a simple script that isn't working. Error console says x is not defined and points to "document.wrl_addresschange1.form.submit();" Is there a syntax error of is there a file that it can't...