answersLogoWhite

0

Javascript should run on its own. and when the page is loaded it will automaticly render on its own.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Java run in any computer but java script not why?

Java and Javascript are not the same thing and are not realted to each other. Javascript is not run on "computers" it is run on browsers (which admitedly run on computers) So, if your computer has a browser, it most likely runs javascript, of course this depends on the browser, but all major browser run javascript.


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");


Computer network degree or a computer progamming degree earns higher earnings?

computer progamming degree


Can Javascript create 3D?

Javascript is a browser-run script, so I highly doubt that Javascript possesses the capabilities to create 3-D images, but it can input them into the webpage.


What is arrays use in javascript in computer progamming?

An array is used to give one variable [the array] many different values at once, the is also helpful to thwart any less intuitive "hackers" that try to bypass your logins, etc.


How to run JavaScript on Windows CE 5.0?

mori dun colpo


Why does't run javascript programs in explrer6.0?

You may not have JavaScript enabled in your browser. Also Internet Explorer is an inferior browser, Firefox, Opera, etc. are all better suited for things such as JavaScript and CSS.


How can you compile or run the JavaScript programming?

JavaScript programs cannot be compiled, but it is easy to run them if you embed them into a HTML file, and open it in your browser. Note: If you want a example, select menu-command View/Source and search for '<script'


How can we say that JavaScript is Not Object-Oriented language?

Probably due to the reasoning that javascript is simply a branch of html that allows you to run external functions to make the webpage do things, so that may be why.


How do you make ajava script file?

JavaScript files can be created with the extension .js Note that an accompanying HTML file must reference it in order for it to run as JavaScript. You can include the file in your HTML document by adding the following to the head or body of the document: <script type="text/javascript" src="myJavaScriptFile.js"></script> Replace myJavaScriptFile.js with the file name of your JavaScript file.


When are the javascript functions compiled?

JavaScript functions are compiled by the client machine at run-time. This is different than a lot of older code, but similar (at least in effect) to modern languages like C# and Java.


What is a javascript tutorial?

A JavaScript tutorial contains instructions that will teach you how to code in JavaScript.