I found a solution for the problem.
Solution:
</BODY>
<script>
var temp=document.getElementById("urn:schemas-microsoft-com:office:office#NameofItem");
temp.removeAttribute("title");
</script>
</HTML>
New Problem:
I've used the script listed about to remove the "title" attribute from...
I am creating a custom list that will be read by a screen reader (ie. JAWS). When adding an item to the list, the ListField has a build in tooltip, or alt tag, similar to the alt tag for the ImageViewer webpart.
The problem is that the screen reader reads the title, then the alt tag (which is...
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.