find()

In this chapter you will learn:

  1. How to show a find dialog

find dialog

window.find() displays find dialog.

<!DOCTYPE HTML> <!--from  jav  a  2  s  .c om-->
<html> 
    <body> 
        <script type="text/javascript"> 
                window.find(); 
        </script> 
    </body> 
</html>

Click to view the demo

The find dialog is displayed asynchronously, returning control to the script immediately.

Next chapter...

What you will learn in the next chapter:

  1. How to get window size, width, height in Javascript
Home » Javascript Tutorial » Window
Window Object
alert()
close()
confirm()
find()
Window height and width
location
window.moveBy
window.moveTo
window.open()
window.print()
window.prompt()
resizeTo(x,y) and resizeBy(xDelta,yDelta)
window.scrollTo(x,y)
screenLeft, screenX, screenTop, screenY
setInterval()
setTimeout()