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 array constructor in javascript?
What is innertext javascript?
Which built-in method returns the calling string value converted to upper case?
Which built-in method reverses the order of the elements of an array?
Explain prototypal/differential inheritance?
Should you use var or let?
Is javascript easier than java?
Why is currying called currying?
Explain how can you submit a form using JavaScript?
How to use one javascript function for multiple input fields?
What does the attribute defer/async do when added to the script tag?
How do I open javascript on my iphone?
What are the predefined functions in javascript?
Why is javascript good for websites?
What is DOM? What is the use of document object?