View Single Post
  #4 (permalink)  
Old Apr 26th, 2004, 17:57
D3mon D3mon is offline
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
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)