Lost Focus event in FP

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
 
G

Guest

Hi Thomas

It seems to work though ??

http://www.ukopforms.co.uk/colour_test.htm

I placed an asp and this sent data to an online DB - I have deleted this as
it was just a test. But if you look at the link you'll see what I mean.

Is there a reason why this colour change option should not be used - I'm new
to all the "web stuff" so would appreciate any hints on why not to use it.

--
Wayne
Manchester, England.



Thomas A. Rowe said:
FP has no such function

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
T

Thomas A. Rowe

FP has not direct selectable function to do this.

IMO: As far as using this, I don't see a benefit for a user, since clicking in the field, the user
knows where they are.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


Wayne-I-M said:
Hi Thomas

It seems to work though ??

http://www.ukopforms.co.uk/colour_test.htm

I placed an asp and this sent data to an online DB - I have deleted this as
it was just a test. But if you look at the link you'll see what I mean.

Is there a reason why this colour change option should not be used - I'm new
to all the "web stuff" so would appreciate any hints on why not to use it.
 

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