pruszkor@aecl.ca said the following on 6/8/2006 8:41 AM:[color=blue]
> marss wrote:[color=green][color=darkred]
>>> Or should I use something else? What then?[/color]
>> Restate confirmation message in a different way.
>> E.g.: Instead of "Are you sure you want to quit?" ask "Do you really
>> wish to stay?" :)[/color]
>
> Clever :-)
>
> Unfortunately the message is WAY more complicated than this, the stakes
> are REALLY high and the users are compulsive clicking morons.
>
> Any better ideas?[/color]
You can't change the order nor which is focused in a confirm box. If you
want something different, then you will have to roll your own with a
form input with buttons. Then you can focus whatever you like.
Or, let your "compulsive clicking morons" learn the hard way to pay
attention to what they are doing.
--
Randy
comp.lang.javascript FAQ -
http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/