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
Write a program to exaplain the deferred scripts using event handlers in javascript.
How to read a cookie using javascript?
How can a page be forced to load another page in javascript?
Where is javascript used most?
What is a framework programming?
How to port a GUI application onto Web
What is unescape() function?
What is the difference between JavaScript and jscript?
How do you organize your JavaScript code?
How to convert numbers to strings using javascript?
How do I open a .js file?
Do unused imports affect performance javascript?
Is not a function error in javascript?
What is the use of the ‘this’ keyword?
Javascript, Pass by Value or Pass by Reference?