August 1999
Intermediate to advanced
1488 pages
72h 53m
English
window.find()
The find() method of the Window object displays a find dialog box when invoked. This allows a user to search for a string in the page from which it was invoked.
Listing 7.538 has a function that pops up a Find box when it is called. The result of running this script can be seen in Figure 7.19.
<script language="JavaScript1.2"> <!-- Hide function mySearch(){ window.find(); } // End hide ---> </script> ... |
Read now
Unlock full access