Frame.clearInterval()

JavaScript 1.2+, JScript 1.0+ Nav4+, IE 3+ Syntax

							frame.clearInterval()

Description

The clearInterval() method of the Frame object is used to cancel a repeated execution.

Example

Listing 7.270 shows the syntax for accessing the clearInterval() method. For a more detailed example, see window.clearInterval().

Listing 7.270 Example of the clearIntercal() Method
<script language="JavaScript">
<!-- Hide
function cancel(){
     framename.clearInterval();
}
// End Hide --->
</script>
							
						

Get Pure JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.