Availability: |
| |||||
Property/method value type: | Number primitive | |||||
JavaScript syntax: | - | myWindow.setInterval(aFunction, anInterval, someArguments) | ||||
- | myWindow.setInterval(aSourceText, anInterval) | |||||
- | setInterval(aFunction, anInterval, someArguments) | |||||
- | setInterval(aSourceText, anInterval) | |||||
Argument list: | aFunction | A function object (not supported in MSIE) | ||||
anInterval | A time interval in milliseconds | |||||
aSourceText | Some valid JavaScript source text | |||||
someArguments | The arguments to the function object (not supported in MSIE) |
Prev | Home | Next |
setHotkeys() | Up | setResizable() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |