May 4, 2006 #1 dandrey Technical User Joined Apr 28, 2005 Messages 41 Location CO Hi, i'd like to know how can i display the item that the user selected of a listbox instead of the value? Thanks in advance for the help.
Hi, i'd like to know how can i display the item that the user selected of a listbox instead of the value? Thanks in advance for the help.
May 4, 2006 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB Where? When? Client-side? Server-side? To answer in a general sense (because we have no specifics), you would simply look at the ".text" property rather than the ".value" property. Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Where? When? Client-side? Server-side? To answer in a general sense (because we have no specifics), you would simply look at the ".text" property rather than the ".value" property. Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]
May 10, 2006 #3 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB dandrey, Did that work for you? Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
dandrey, Did that work for you? Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]
May 10, 2006 Thread starter #4 dandrey Technical User Joined Apr 28, 2005 Messages 41 Location CO yes, it works for me, thanks Upvote 0 Downvote