find()

This method is used to find a text string matching the string passed as a parameter (in brackets of the find() method. The text string can be any text. The case sensivtive value, when stated as TRUE, will find an exact match to the text String. If set to FALSE, the case of the string doesn't matter. The search above parameter, when stated as TRUE, will search the document content above the current element. If set to FALSE, which is the default, the content below the current element will be searched.

syntax:

fin(text string , [case Sensitive TRUE or FALSE , search above] )

Internet Explorer:

Netscape Navigator:

window