Need a helpful suggestion
Posted: Tue Nov 23, 2004 6:32 am
Dear All,
I have a 'combobox' control on my web page, which contains a list of scientific parameters.
The users of the web page may not understand the meaning of the parameter names. I have all the parameter names and descriptions in a database, so all I need to do is look up the descriptions of the parameters in a MySQL table.
However, I don't know how to show the parameter description to the user. Ideally, I would have a description come up on the page itself depending upon the parameter the user is hovering over with the mouse before selecting (I suspect this may be clientside, however if it doesn't have to be clientside then that might be easier).
Can anyone explain how this could be done?
Many thanks
Mark
I have a 'combobox' control on my web page, which contains a list of scientific parameters.
The users of the web page may not understand the meaning of the parameter names. I have all the parameter names and descriptions in a database, so all I need to do is look up the descriptions of the parameters in a MySQL table.
However, I don't know how to show the parameter description to the user. Ideally, I would have a description come up on the page itself depending upon the parameter the user is hovering over with the mouse before selecting (I suspect this may be clientside, however if it doesn't have to be clientside then that might be easier).
Can anyone explain how this could be done?
Many thanks
Mark