How would I do this? I'm a total javascript n00b. If a loaded document contains a particular string such as "dinosaur", I would like to execute: alert('Hello World!') Thanks!
Depending of the browser to use there are two methods Netscape based window.find(string) Internet Explorer range.findText(string) google them or give some feedback.