Please answer with this piece of JavaScript compatible (The JavaScript included hopefully after the code I need)
onEvent("button1", "click", function(){
setNumber("label3", getNumber("text_input1") * getNumber("text_input1"));
setNumber("label4", 4 * getNumber("text_input1"));
});
Via Active questions tagged javascript - Stack Overflow https://ift.tt/2FdjaAW
Comments
Post a Comment