Title: how do I choose "cancel" with other keys in Messager.confirm ? Post by: noerone on March 05, 2016, 10:07:21 PM I want to ask about Messager.confirm .
usually when I want to select cancel , I use the tab key on the keyboard . how do I choose cancel with other keys ( example : right arrow ) Title: Re: how do I choose "cancel" with other keys in Messager.confirm ? Post by: jarry on March 06, 2016, 01:20:44 AM The code below implements the navigating feature using the 'LEFT' and 'RIGHT' keys.
Code: <script type="text/javascript"> Title: Re: how do I choose "cancel" with other keys in Messager.confirm ? Post by: noerone on March 06, 2016, 01:52:05 AM Thanks Jarry. It's work ;D
[Thread Closed] |