Actually i'm trying to implement something like a calculator interface. The user uses the mouse to click on number pads to display a string consisting of numbers only in a text box. I worked around the string of numbers problem by putting a space in front of the numbers so that Lectora will not do addition on the numbers, but it works only in exe. When i published to HTML, the browser did not recognise the space, and added up all the numbers.Any way to make the browser recognise a space?