answersLogoWhite

0

To start a JavaScript code: <script type="text/javascript"> CODE </script> There is a lot to do on JavaScript if you want to learn it look on: http://www.w3schools.com under the Javascript Section.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

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.


What is script in Internet Programming?

javascript


How do you write a javascript?

go to notepad and write Javascript code and save it as .js and then import it into a page with a src tag


How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in &lt;script&gt; tag.


How to use Javascript to write to the local filesystem?

For security reasons, regular JavaScript scripts in web pages are not allowed to write to the local file system.


What languages can you write a Google Apps script on?

JavaScript


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.


Where do you write javascript?

JavaScript is written in an HTML document. You start it with this tag:and end it with:


What are javascript applications?

A web application is an application that runs in your internet browser. Javascript is a programming language that can help a webpage to become more interactive. As most applications are made to be interactive, you can also call them javascript applications.


What are good Java script codes?

depending on the intention of the javascript codes you wish to write. there is much you can do with javascript but the only way to find out what "good Java script codes" are is to explore what you want the Javascript to do on the page.


Any javaScript for auto filling forms in the internet?

Not really. In theory, if you could write a cookie from a very common domain, then it might work. Form auto-fill is generally perpetrated by the browser itself.


What is the correct JavaScript syntax to write Hello World?

document.write("hello world");