doubt in html forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • siva krishna
    New Member
    • Feb 2008
    • 1

    #1

    doubt in html forms

    I have three text boxes .if i enter values into the first two text boxes then i get multiplicative value of those text boxes into the third text box with out clicking any buttons.
    i.e if i enter values 2,3 in the first text boxes then i will get the value 6 is displayed in the third text box. form name may be any thing.
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    Originally posted by siva krishna
    I have three text boxes .if i enter values into the first two text boxes then i get multiplicative value of those text boxes into the third text box with out clicking any buttons.
    i.e if i enter values 2,3 in the first text boxes then i will get the value 6 is displayed in the third text box. form name may be any thing.
    This post raises no question, so let me add my own: isn't this really a question about ECMAScript (sometimes called JavaScript), not the programming language Java?

    Comment

    Working...