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
What is the ‘Strict’ mode in JavaScript and how can it be enabled?
What is the default scope in javascript?
How to use strings as array indexes using javascript?
What is noscript tag?
What are trailing whitespace?
What is the role of break and continue statements?
What is difference between arrow function and normal function?
Is notepad ++ an ide?
Are namespaces are there in javascript?
What is the best free ide?
Is client side front end?
How are object properties assigned?
What is the use of debugger keyword in javascript?
Name some of the Javascript frameworks?
Why would you use a sticky session?