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 MikeeOK 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: MattOwens
  • Content: Threads
  • Order by date
  1. MattOwens

    XPath attribute wildcard

    Hi, Does anyone know if its possible to perform a wild carded attribute search in XPath? For example, "\\element[@attribute='wildc*']" I can't seem to get it working - the example is obvious why as its embedded in a character array. Perhaps an XPath function? Thanks in Advance Matt
  2. MattOwens

    document.all[''].style.display Mozilla incompatability

    Hi, I have a DHTML menu on a page which uses: document.all['mnuProducts'].style.display=''; to display the menu on mouseover an image. This does not work with Mozilla firebird, I have tried: document.getElementById 'mnuProducts'].style .visibility='visible'; which does not work either...

Part and Inventory Search

Back
Top