Error! No text of specified style in document. (Web hosting service)
Error! No text of specified style in document. setInterval() (Method) A method for setting timer intervals. Availability: JavaScript 1.2 JScript 3.0 Internet Explorer 4.0 Netscape 4.0 Property/method value type: Number primitive -myWindow.setInterval(aFunction, anInterval, someArguments) -myWindow.setInterval(aSourceText, anInterval) -setInterval(aFunction, anInterval, someArguments) JavaScript syntax: -setInterval(aSourceText, anInterval) aFunction A function object (not supported in MSIE) anInterval A time interval in milliseconds aSourceText Some valid JavaScript source text Argument list: someArguments The arguments to the function object (not supported in MSIE) See also: Timer events, Window.clearInterval(), Window.setTimeout(), Window.setInterval() setResizable() (Method) Enable or inhibit the window resize capability. Availability: JavaScript 1.2 Netscape 4.0 Property/method value type: undefined N myWindow.setResizable(aSwitch)JavaScript syntax: N setResizable(aSwitch) Argument list: aSwitch A Boolean value to control the functionality Refer to: Window.setResizable() 1923