Sommario
Trova una stringa in una finestra.
Sintassi
window.find(aString, aCaseSensitive, aBackwards, aWrapAround, aWholeWord, aSearchInFrames, aShowDialog);
- aString: La stringa di testo da cercare.
- aCaseSensitive: Booleano. Se true, imposta la ricerca a case-sensitive.
- aBackwards: Booleano. Se true, imposta la ricerca al contrario.
- aWrapAround: Booleano. If true, specifies a wrap around search.
- aWholeWord: Boolean. Se true, imposta la ricerca solo su parole intere.
- aSearchInFrames: Booleano. Se true, attiva la ricerca nei frames.
- aShowDialog: Boolean. Se true, mostra una finestra di dialogo per la ricerca.
Returns
true if the string is found; otherwise, false.
Esempio
Note
Specifiche
DOM Level 0. Not part of any standard. This was added by with bug 9550.