JavaScript for showing text after pressing on help icon

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
programmer1
User
Posts: 1

JavaScript for showing text after pressing on help icon

Post by programmer1 »

Does anybody know a javascript that can be used for the following situation:

In our portal we want to integrate some sort of help button directly posterior all words we use in the portal. This because a new user often doesn't directly understand, when using the portal, what we mean with a functionality in our portal.

Example:

A user reads somewhere a field in our portal where one can enter his/her telephone number. But the user doesn't understand what we mean with "telephone number". So we would like to explain this by adding a help button directly posterior "Telephone number":

So...

Telephone number (question mark ? icon) ------> by pressing the questionmark icon we want to show text as an explanation for the user of the portal about what we mean by "telephone number".

Is there someone that can help?


MichaelG
User
Posts: 1107

Post by MichaelG »

There should be plenty of examples on the web. Please google for "JavaScript help icon" for sample scripts.


Post Reply