answersLogoWhite

0


Best Answer

It can be done in any text editor, if you're new to it, just try using Notepad. Of course, there are many IDEs for Javascript -- look up "Aptana".

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where do you type JavaScript in?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about General Arts & Entertainment

What coding is used on Neopets?

User-created web pages use HTML and CSS, and TNT pages (owned by Neopets) use HTML, CSS, and JavaScript.


Does Pokemon indigo online carry virsus?

No, it does not,. Though, f you are using a laptop, it can make it really hot, because of the JavaScript that runs in the background to work the site's functions.


What are Red's pokemon's weaknesses on Pokemon HeartGold?

Reds Pokemon weaknesses Pikachu-Ground type Charizard-Water type, Rock type, Eletric type Venusaur-Fire type, Ice type, Flying type, Psychic type Blastoise-Grass type, Electric type Lapras-Grass type, Electric type, Fighting type, Rock type Snorlax-Fighting type Goodluck XD


What is the best Pokemon to defeat the elite four?

you need a fire type a water type a dark type a grass type and a dragon type.


What type of pokemon is diagla?

Dialga is a Steel-type and a Dragon-type.

Related questions

How do you add a click event to a java button?

we can do this using of javascript. you can use this following code: <input type=button value="button" onClick=onclick_function()> here onclick_function() is a function which is called by javascript on clicking the button. javascript code is as follows: <script language="javascript" type="text/javascript"> // your code for onclick_function() function onclick_function(){ alert("Welcome to javascript"); } </script>


What two tags does javascript have to be enclosed in?

as far as i know they are: <script type="text/javascript"> all my lovely javascript code!!! </script>


How do you make the title on your Tumblr type itself?

With javascript.


How do you disabe radio buttons on clicking a button using javascript and HTML?

radioButton.disabled=true; to disable with javascript <input type="radio" disabled> to disable it with html radioButton.disabled=false; to enable with javascript


How do you put java script into HTML?

Javascript inside html <html> <head> <script type="text/javascript" language="javascript"> // Java script code here </script> <body> // html code here </body> </html> Via External Link: <html> <head> <script type="text/javascript" language="javascript" src="location of js file"> </script> <body> // html code here </body> </html>


How do you create a simple JavaScript message inside the HTML?

You need to type the following code to create a simple JavaScript message inside the HTML


How do you insert an image in javascript?

<script type="text/javascript"> var image = new Image; image.src = "imageurl.png"; document.body.appendChild(image); </script>


Hyperlink through the javascript?

One simple way to involk a URL from within Javascript is to use the location object. For example: 1. Load a new page. <script type="text/javascript"> location.href="http://newpage.htm"; </script> 2. Add a page link to the Open Document. <script type="text/javascript"> documnet.write(location.href="http://newpage.htm"); </script>


How do you call javaScript function inside table?

<table> <th onclick="checkData()">ID</th> <th onclick="checkData()">Name</th> </table> <script type="text/javascript" language="javascript"> function checkData() { // Your Javascript code here alert("It Works"); } </script>


hello I want to be a Frontend developer.I need a good Javascript tutorial.can you suggest me a perfect Javascript tutorial?

If you got no answer here, you could type your question on Googleyoure looking for a great javascript tutorial, there are many resources available online that can help you learn this powerful language


Where do you go to download java script?

You need not download javascript. Any machine where you have a web browser like Internet Explorer or Mozilla would have javascript inbuilt in them. If you view the source (Right click-> View Source : and you can even try on this page itself), you will see tags such as <script type="text/javascript"> These is the embedded javascript code. If you have a source too in the script tag, simply locate the address and type it out in your browser, you will have the entire javascript file.


How do you do JavaScript?

Java script or javascript. a javascript is just object orientated language that you can embed into HTML to make an object preform tasks that are much much harder for any other language to do. On the other hand a complete Java script is much harder because pure Java is a language that is used to develope games and takes a lot more time to do than javascript, but it can do so much more than Javascript.