Hi All,

I would like to ask how to let the alert one by one to show ?
For below code,there are two Alert show in the window at the same time.
But I want to click Ok in alert1 and then process alert2?
What is proper way to do that?


Many thanks.

       window.open(display);
        Alert.alert(MessageType.QUESTION, "1.are you sure?", window);
        Alert.alert(MessageType.QUESTION, "2.are you sure?", window);
Example image.
(Embedded image moved to file: pic17421.gif)
Best regards,
Ken Jiang

*******************************************
Murata Electronics Trading  (Shenzhen) Co.,Ltd
Tel:86-755-82847251
E-mail:[email protected]
*******************************************

<<attachment: pic17421.gif>>

Reply via email to