This DHTML script mimics the Find (Ctrl+F) feature in your browser. It will look in the current page for whatever text the user inputs. If it finds the text, it highlights the text so the user can see it. If it doesn't find the text, it pops up a JavaScript alert stating that the text was not found on the current page.
Sample:
Insert this code before </head> |
Insert this code before </body> |
