Again, I'm guessing, but try this:
- Code: Select all
<input type="text" name="myinput id="myinput" onfocus="javascript:EnterField(this);return false;" onblur="javascript:LeaveField(this);return false;">
(Try not to get into the nasty habit of using UPPERCASE tagnames/attributes. Don't forget those quotes ( " ) too)