So, if you add "ALT = Any text here" to the html code for a gif that displays on your web page, you obviously get "Any text here" popping up when a user's mouse stops over that particular picture. Now, I was looking at an application today and I noticed that when a user stops their cursor over a field, a pop up window would appear that populated all of the choices for that particular field. Thus, you would see all the possibilities. For example, a color field would show you red, blue, green, etc.
Is there anyway to add to same possibilities to an ASP output page? I tried adding something like alt= <%rs("IM_Color"%> but that didn't work. Any ideas how to populate items in an open recordset?
Thanks
Is there anyway to add to same possibilities to an ASP output page? I tried adding something like alt= <%rs("IM_Color"%> but that didn't work. Any ideas how to populate items in an open recordset?
Thanks