+ 3
For example, First of all give a name to the input box - <input type="text" name="txtbox"> (<button onclick="press8">8</button>) in javascript, you need to write like this - function press8(){ txtbox.value += "8"; }
21st Dec 2020, 5:59 AM
Manash Saikia [ 45% Active ]
Manash Saikia [ 45% Active ] - avatar
+ 2
Means there is no functions named press7, press8 etc. You need to make those functions using javascript.
21st Dec 2020, 5:50 AM
Manash Saikia [ 45% Active ]
Manash Saikia [ 45% Active ] - avatar
0
You called the function but there is no functions
21st Dec 2020, 5:42 AM
Manash Saikia [ 45% Active ]
Manash Saikia [ 45% Active ] - avatar