Tip: Validate text to prevent bugs
<<As a gadget developer, it’s your responsibility to make sure that the user can input only correct values in an edit box. For example, if an edit box can accept only numbers, handle the onkeypress event so that the user can enter only numbers. function edit1_onkeypress() { //48 and 57 re…>> (more…)
Original post by Chris Gilmer