find()
In this chapter you will learn:
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>
The find dialog is displayed asynchronously, returning control to the script immediately.
Next chapter...
What you will learn in the next chapter:
Home » Javascript Tutorial » Window