Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i have two input textboxes which has numbers and wish to get the sum of it

  • without postback

  • without using javascript

share|improve this question
2  
I think you cannot do this. – Ghyath Serhal Jan 7 '11 at 7:02
Javascript is necessary here. – Sapph Jan 7 '11 at 7:03
No postback means you need to process the calculation client side, and to do that you need a scripting language or embedded control/applet. It cannot be done with HTML which is a presentation language. – slugster Jan 7 '11 at 7:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.