answersLogoWhite

0

JavaScript is used to manipulate HTML output after the user has downloaded the file. This allows the page to respond to the user's input in a dynamic way. Originally, developers and designers used this ability to create more fluid interfaces, delivering an experience to the user that was closer to the one they had come to expect from native software applications. With the widespread adoption of AJAX JavaScript is now able to contact the server and bring new content into the page without having to reload the entire page from the internet.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you change HTML attribute using HTML dom?

You can change HTML attributes easily. Using Dom that can be done using 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


What languages can a browser understand?

HTML, CSS, & JavaScript.


Can you make a digital clock that automatically updates using HTML or javascript and How?

== ==


Is JavaScript programs compiled into intermediate form and linked to a HTML document?

JavaScript isn't compiled. It's an interpreted language, which means that it's translated into 'computer language' line by line when needed. You can link JavaScript to a HTML document by using the src attribute of the script tag. If you name your external javascript 'test.js', you can inject it into your HTML page by using <script type="text/javascript" src="test.js"></script>.


Can HTML pages be converted to other forms?

Yes HTML pages can be converted into other formats. You need to use jQuery and JavaScript for that purpose.


Why you use javascript with HTML?

JavaScript is a script which makes HTML more interactive and adds more functionality to HTML.


What does a JavaScript certificate document?

A JavaScript certificate document is a document that proves you have all knowledge needed to master web development by using the Javascript and also HTML/DOM.


Does HTML code work in java script?

Yes it does. That is how client side validation of html control is possible using javascript


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.


Is HTML a script language?

No, but you can nest JavaScript into the HTML.


How do you make a car rental scheme using javascript?

You need JavaScript and HTML to make car rental scheme. You might also need a middleware.