getelementbyid question

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

Steve Easton

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



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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top