JavaScrip to Display Definitions on HTML Page
RobertKaucher
Member Posts: 4,299 ■■■■■■■■■■
in Off-Topic
My company is in the process of developing a corporate taxonomy, including a wikipedia of the terms and their definitions. I have been tasked with finding a solution that will automatically provide the definition of these terms from within SharePoint in a manner similar to what we see on this site. The functionality would be similar to how the acronym tag is used in this site.
I've done some searching but I cannot seem to explain this to Google properly. I've seen this on other sites as a way to display ads related to keywords in the HTML document. The acronym tag will not work for me. Any idea if there is a javascript out there that can do something like this?
I've done some searching but I cannot seem to explain this to Google properly. I've seen this on other sites as a way to display ads related to keywords in the HTML document. The acronym tag will not work for me. Any idea if there is a javascript out there that can do something like this?
Comments
-
Qord Member Posts: 632 ■■■■□□□□□□Are you talking about an onmouseover event?
Check out dhtml:
Dynamic Drive DHTML Scripts- Cool DHTML Tooltip -
RobertKaucher Member Posts: 4,299 ■■■■■■■■■■No, I need something that can take a list of keywords from a web service and highlight the words dynamically if they appear on the web page and then display the definition in a "call out" balloon if moused over.
I actually wrote it this afternoon, so it isn't needed anymore. I was just trying to save myself 3 hours of work, if I could.