G
Guest
Hi all
I have a form which I have an OnFocus event (change to light yellow to
emphasise the field has the focus).
In Frontpage is there a "lost focus" event so the form field will revert
back to white after the user leaves this field.
This is the OnFocus
<input name="SomeFieldName" size="27" tabindex="3"
onfocus="FP_changeProp(/*id*/'Personal_Surname',0,'style.backgroundColor','#FFFFCC')"></font></td>
Many thanks
I have a form which I have an OnFocus event (change to light yellow to
emphasise the field has the focus).
In Frontpage is there a "lost focus" event so the form field will revert
back to white after the user leaves this field.
This is the OnFocus
<input name="SomeFieldName" size="27" tabindex="3"
onfocus="FP_changeProp(/*id*/'Personal_Surname',0,'style.backgroundColor','#FFFFCC')"></font></td>
Many thanks