Click here to Skip to main content
15,888,136 members
Please Sign up or sign in to vote.
3.00/5 (3 votes)
See more:
I have created a website,which changes language onclick of a dropdownlistitem and its working fine.
Now I want to do it for onmouseover listitem of dropdownlist.
Please help me with the same
Posted
Comments
Sergey Alexandrovich Kryukov 11-Feb-12 15:34pm    
Why?
--SA

1 solution

Bad idea. Language change is pretty slow operation, but mouse over event can trigger it was too often, mostly accidentally. If the user wants to switch the language, a certain click is required.

Besides, if you managed to handle the click, it's hard to understand why mouse over is difficult. But better don't do it.

—SA
 
Share this answer
 
Comments
Wonde Tadesse 11-Feb-12 20:53pm    
5+. I don't see any problem from this solution(advice).
Sergey Alexandrovich Kryukov 11-Feb-12 20:55pm    
Thank you, Wonde.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900