How to show a find dialog
Description
window.find()
displays find dialog.
Example
<!DOCTYPE HTML>
<html>
<body>
<script type="text/javascript">
window.find(); <!--from www. ja v a 2s .com-->
</script>
</body>
</html>
The find dialog is displayed asynchronously, returning control to the script immediately.