Hey!
I have two Input(fields) that I have named "InOne" and "InTwo".
In this fields I want the user to input numbers, for example: InOne = 20 and InTwo = 2.
When the user click a button named "Calculate" I want a "alert window" to pop up where the answer is written (Answer = InOne/InTwo).
How can I make this to work with JavaScript (Event = Click, Action = Run JavaScript).
I have tried to make this to work for a week now but I cant make this work.