Exact, the advantage of confirm is that OK Cancel is standard and intuitive.
Adding a Continue could be confusing but I think it depends the content of
the dlg and what the user is doing when the confirm appears
"SEAK, Teng-Fong" <tfseak@f...> wrote in message
news:251437@j...
Sure, there are situations where the simply confirm window doesn't
suit, but for her need/situation, there's at least one problem :
suppose there're three buttons as she wanted, if I clicked on [continue],
doesn't this imply [cancel] ? Or does it imply [OK] ?
So it's a GUI design issue and as a webmaster, she has to think
twice about it.
> -----Message d'origine-----
> De : Fabrice vanderhaeghen [mailto:F_Vanderhaeghen@i...]
> Envoyé : lundi 13 janvier 2003 16:28
> À : javascript
> Objet : [javascript] Re: display a confirm window with three buttons
>
>
> Sorry I disagree ;-)
>
> you can't limit the functionality and the GUI you offers just
> because JS
> confirm doesn't support 3 buttons.
>
> I personnally have plenty of this kind of needs and implement
> my own dlg for non standard confirm.