S
Scott
I have a text field in a form. When clucked I want to erase the field, and
when entered I want to recalculate an equation.
The below doesn't seem to be assigning the id "john" to text entry.
I want to retrieve the id later by using getelementbyid Thanks
<input type="text" id="john" size=3 maxlength=3 onFocus=ClearScripts()
onChange=CalcTWO()
when entered I want to recalculate an equation.
The below doesn't seem to be assigning the id "john" to text entry.
I want to retrieve the id later by using getelementbyid Thanks
<input type="text" id="john" size=3 maxlength=3 onFocus=ClearScripts()
onChange=CalcTWO()