Forum Moderators: open
so text file contains keywords
blue widget
red widget
green widget
and article contains "blue widget" keyword. After the page has loaded I'd like to call the javascript to highlight, hyperlink all instances on "blue widget" on that page with something that creates the same action as the HTML below after the page has rendered.
<a href="?keyword=blue%20widget">blue widget</a>
Is this at all possible? Can anyone post some pointers please?