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
Can you pass a anonymous function as an argument to another function?
What is the difference between push() and concat() in javascript?
Explain the process of document loading.
Is javascript necessary?
how to hide alphabets in java as password '*'
Which companies are using node js?
What is event bubbling in the dom?
What are the javascript data types?
What does ecma stand for?
Explain javascript debounce function?
What is event target in javascript?
What is undefined value means in javascript?
Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
What's the difference methods get and post in html forms?
what difference between args.length and args.length() in command line argument?