JohnACalder
Programmer
When the page is loaded I have a function that runs on the OnLoad event. This function searches for a specific text string. WHen it finds the string it highlights the string.
I can do this in IE using createTextRange. I can do it in Firefox using x.find(str...), but both fail in Safari (both Panther and Leopard).
Can any one point me at some good documentation for this?
I can do this in IE using createTextRange. I can do it in Firefox using x.find(str...), but both fail in Safari (both Panther and Leopard).
Can any one point me at some good documentation for this?