find() (Method)

A means of performing a text search on the document content.

Availability:

JavaScript - 1.2
Netscape - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:-find()
-find(aSearchKey)
-find(aSearchKey, aCaseSense)
-find(aSearchKey, aCaseSense, aDirection)
-myWindow.find()
-myWindow.find(aSearchKey)
-myWindow.find(aSearchKey, aCaseSense)
-myWindow.find(aSearchKey, aCaseSense, aDirection)
Argument list:aCaseSenseA switch for case sensitivity
aDirectionA direction to search
aSearchKeyThe text to search for

Refer to:

Window.find()