Availability: |
| |||
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: | aCaseSense | A switch for case sensitivity | ||
aDirection | A direction to search | |||
aSearchKey | The text to search for |
Prev | Home | Next |
finally ... | Up | FindProxyForURL() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |