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()

Re: getelementbyid question by Steve

Steve
Thu Apr 06 21:11:39 CDT 2006

What is the script for the functions
ClearScripts()
and
CalcTWO()
??



--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer





"Scott" <Scott@discussions.microsoft.com> wrote in message
news:3B937325-9C7A-4260-960B-9B38A0A1FF15@microsoft.com...
>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()