where we use javascript and for which purpose we use
javascript how?
Answers were Sorted based on User's Feedback
Answer / jitendra
JavaScript was designed to add interactivity to HTML pages
JavaScript is a scripting language
A scripting language is a lightweight programming language
A JavaScript consists of lines of executable computer code
A JavaScript is usually embedded directly into HTML pages
JavaScript is an interpreted language (means that scripts
execute without preliminary compilation)
Everyone can use JavaScript without purchasing a license
JavaScript gives HTML designers a programming tool - HTML
authors are normally not programmers, but JavaScript is a
scripting language with a very simple syntax! Almost anyone
can put small "snippets" of code into their HTML pages
JavaScript can put dynamic text into an HTML page - A
JavaScript statement like this: document.write("<h1>" +
name + "</h1>") can write a variable text into an HTML page
JavaScript can react to events - A JavaScript can be set to
execute when something happens, like when a page has
finished loading or when a user clicks on an HTML element
JavaScript can read and write HTML elements - A JavaScript
can read and change the content of an HTML element
JavaScript can be used to validate data - A JavaScript can
be used to validate form data before it is submitted to a
server. This saves the server from extra processing
JavaScript can be used to detect the visitor's browser - A
JavaScript can be used to detect the visitor's browser,
and - depending on the browser - load another page
specifically designed for that browser
JavaScript can be used to create cookies - A JavaScript can
be used to store and retrieve information on the visitor's
computer
Is This Answer Correct ? | 111 Yes | 7 No |
Answer / vamshi krishna
Javascript is a clint side scripting. Mostly used for
validations.
Is This Answer Correct ? | 85 Yes | 8 No |
Answer / murali
javascript is a client side programming Language.
It is used to create popup windows and Intercact with HTML
pages.
Using javascript the code lines will be decrease.
Is This Answer Correct ? | 38 Yes | 8 No |
Answer / adithya
Javascript is used for client side scripting for validations. We'll start as <script type="text/javascript">
Is This Answer Correct ? | 28 Yes | 8 No |
Answer / lucky
JavaScript is a scripting langugae.scripting language means light weight progrmaming language.
JavaScript is a client side scripting language.
Mainly JavaScripts are used to validate data in the browser.It validate the data before submitted to the server.
javaScript saves the server extra processing.
javaScript is used to create dynamic cookies.The temporary files will be stored in the browser.
Every browser supports JavaScripts.
JavaScript can put dynamic text into an HTML page.
Is This Answer Correct ? | 21 Yes | 2 No |
Answer / parvez sindhi deesa
JavaScript Is Mostly Use in create delete or set coockies on
page and also retrieve the data.
Is This Answer Correct ? | 11 Yes | 5 No |
Answer / srinivasan.s
java script is using in form validations for local
verification & we can easily find out the problems(errors)
by using java popup in before send it to server..
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / dilibanesh
Java script is used for validation
Add dynamic values
and also retrive the data dynamically
it willbe using in webpage
it basically embedded directly in html page
its gives faster outplut ..
then what is valiationmeans? Client send a request to
server,then server accerpt the request and server will work
on it ..that time that value is true ...its goes to
output..but its value or anymisssing letter that time one
popup shows.....thats show value is called validation and
server response to client.........
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / amit chauhan
Java Script is used for integrating more interactivity into
HTML pages, even used for validating the data before
submitting it to the server. It saves the the processing
time on server and decrease latency time as well.
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / maruti
.javascript is a client side script is used in web devlopment for using reduce burdan of server
.it is used to handel clients intraction and validation
it is an object based Programming lang.
its support Reusability code seperation and dynamic Allocation
Is This Answer Correct ? | 0 Yes | 0 No |
What is the statement to enable strict mode in javascript quiz?
What is the reason for wrapping the entire content of a javascript source file in a function book?
why you used Java Script? Can it use for both client side and server side validation purpose?
12 Answers BeBo Technologies, HCL, Wipro,
What is the source code for include() & forwrd() method servlet program?
what is the source code for sendRedirect method()java Servlet program?
Is javascript insecure?
What is the difference between java and java script?
accessdenied javanet disconnet
What is difference between callback and promise?
Does html5 replace javascript?
Are there any iphone Institutes which also train iphone automation testing in Hyderabad?
Does spread operator deep copy?