answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: When wanting to use a timer in JavaScript you should use?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you use javascript in Mozilla?

Yes. In fact, you can use JavaScript in any web browser.


How do you use javascript in aspnet?

Ajax, I believe uses JavaScript + ASP.


How do you get the popup javascript box?

Use confirm or alert in javascript code to get a popup


Is JavaScript or Dreamweaver better?

Not comparable. JavaScript is a programming language. Dreamweaver is an application (which you can use to create pages with javascript, html, etc.)


How do you check length of password using javascript?

Use the length property of string in javascript.


Should you use your MAster Ball on Rayquaza or a Timer Ball?

well, I would save the master ball for latias/latios. so, use the timer ball. or just palin poke balls, like I did.


What is timer advantage?

time interval most use the timer


How does document.close work?

The command is javascript JavaScript is interpreted by the browser browsers use JavaScript engines to execute the commands each browser differs


What does Ajax use for the processing that is done on the browser?

Javascript. AJAX stands for Asymmetric Javascript And XML


Can you run JavaScript which you write in Netscape in Internet Explore?

Netscape is very outdated and is not used any more. i believe they are now Mozilla Firefox, but now days the internet browsers that you can use all should be javascript ready. i know mozilla firefox is javascript ready and the most up to date internet explore is javascript ready. i dont believe there is a difference in the programming i believe on whatever browser you have it should still render.


How do you activate jQuery in flash actionscript button?

Use the getURL() function to run javascript with the "javascript: " protocol. getURL("javascript: $('jquery code here');", "_self");


What is the use of id in javascript?

ID in JavaScript can be used to refer a control. For example getElementbyID("#name-of-id").