Mega Code Archive

 
Categories / JavaScript Tutorial / Window
 

Window find()

The find() method displays a find dialog box when invoked. This allows a user to search for a string in the page from which it was invoked. <html>     <script language="JavaScript1.2">     <!--       window.find();     -->     </script> </html>