Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JRye
  • Content: Threads
  • Order by date
  1. JRye

    Object is null in IE8 and Firefox

    I have an expandable data tree that works in IE6 and 7, but in IE8 and Firefox, the rows will not expand. Debugging tells me that in line foldercontent.style.display="", style is a null object. Can this work in IE8 or should I used another script? Thank you for you help. Code: var...
  2. JRye

    document is undefined

    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 can see, is true. I tried x=document, but not good enough. Can anyone tell me what I have to...
  3. JRye

    getElementById is not a function error in FF

    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 submitButton id's I don't get any error messages, but then it doesn't work in IE or FF. Is it the...

Part and Inventory Search

Back
Top