logo

About This Website

CodeStore is all about web development. Concentrating on Lotus Domino, ASP.NET, Flex, SharePoint and all things internet.

Your host is Jake Howlett who runs his own web development company called Rockall Design and is always on the lookout for new and interesting work to do.

You can find me on Twitter and on Linked In.

Read more about this site »

About This Article

Author: Jake Howlett
Date: 29 January 2001
Article: DFOU-4PRG79
Category: Quick Tips
Keywords: input; help;

Options

Feedback
Print Friendly

Quick, easy, foolproof field level help

Never mind all those fancy methods of offering users Field Level Help in the browser, try this quick and easy one.

In Internet Explorer you can set the "Title" HTML Attribute for the field and this will present the user with something similar to that below, when they hover the mouse over the input box:

Image

To do this all you need to do is enter the following in to the HTML Attributes for any field...

Image

To produce something like the field below. Try hovering your mouse over it.



Notes: May be an idea to let users know that this method of help is being used as people who tab between input boxes won't see it.

Feedback

  1. Works well but only with text fields

    This method works well, but it only works on text fields. If you have any other type of field (RTF, Keyword), nothing happens.

    1. Re: Works well but NOT only with text fields also

      And Date fields And Check boxes And Numeric fields And Radio buttons And Rich Text

      GBF...

      Show the rest of this thread

  2. Print to the Status Bar

    You can always print to the status bar using the code below on the mouseOver event for the field:

    window.status="Can you see this?";

    Nice thing about this is works in Notes, Netscape, and IE. That doesn't always happen. You can also clear the status bar using the onMouseOut event.

Add your own response here:

Although your email address isn't required it is protected from spambots if you choose to provide it and not to hide it. My right to remove commercial, irrelevant or posts I just don't like is reserved.

Name *:
E-mail:
Website:
 

Comment *:

HTML is not allowed!
 

Navigate other articles in the category "Quick Tips"

« Previous Article Next Article »
Keep URLs simple by making them relative   Confirming a user's action