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
Answers were Sorted based on User's Feedback
Answer / konthappan
What is the question actually ???? he is asking whether it
is a client side javascript or not ??
I really did not get the question
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / kaushik,shilpa
Konthappan can't understand this simple question also?
thanks and regards
Kaushik,Shilpa
| Is This Answer Correct ? | 0 Yes | 3 No |
How do you sort an array in javascript?
How to redirect a page to another page in javascript?
What are undefined and undeclared variables?
What is the main difference between Client side JavaScript and and Server side Java Script?
What is npm javascript?
What are the decodeURI() and encodeURI()?
Can webassembly replace javascript?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
How long does it take to learn coding?
Which is better typescript or javascript?
How to load another html page from javascript?
What's the Difference Between Class and Prototypal Inheritance?