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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.