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


Please Help Members By Posting Answers For Below Questions

What is difference between module.exports and export?

452


How to get the type of arguments passed to a function?

533


What is stack queue?

487


Can you explain how inheritance works in javascript?

545


Is javascript pure object oriented?

444






Explain the difference between call() and apply()?

514


what data type javascript supports?

553


How do I write script-generated content to another window?

523


How to change style on an element?

561


To set all checkboxes to true using javascript?

559


Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?

481


What is object freeze?

494


What is the importance of javascript?

499


Explain promise in javascript?

443


Can you have a function within a function in javascript?

486