You can't.
The behavior of the javascript "alert()" method is at the mercy of browser implementation of it. All you get is "OK" and "Cancel". If you need to use something different, you'll need to create your own message window. Keep in mind that it won't be modal.
-
Peter