if the two text boxes are there i want assign the vales
like 2&3 and if i select button means i want find the
sum.this is client side scripting in javascript
Answer Posted / gp
Yes. This can be done by client side Java Script but also
can also be handled by server side components with a AJAX
call or a normal form submit.
Where the computation is done solely depends on the
requirements and problem complexity. The developer has to
decide J.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to hide alphabets in java as password '*'
What is the difference between call & apply?
What is the difference between "var" and "let" keywords?
How to comment javascript code?
How much time it will take to learn javascript?
What is the disadvantage of javascript?
What is the concept of “functions as objects” and how does this affect variable scope?
What does “1?+2+4 Evaluate to? What about 5 + 4 + “3??
What are undefined and undeclared variables?
What is the output of 10+20+”30″ in JavaScript?
Is html and javascript the same?
In a java script, what is the difference between "==" and "===" operator?
Explain the terms synchronous and asynchronous code?
Why is my javascript function not defined?
how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.