javascript calculation formula is not working

后端 未结 2 559
花落未央
花落未央 2021-01-24 20:28

I have following JavaScript function to make some calculation with textboxes but when I call this function on textbox the it doesn\'t works. Here is my JS code

U

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-24 21:01

    Check your id's in the script. You need to use txtRatelb instead of txtratelb. They are case-sensitive.

提交回复
热议问题