Forum Moderators: open

Message Too Old, No Replies

Modal dialogs

         

Yoeri

4:06 pm on Jan 29, 2003 (gmt 0)

10+ Year Member



Hello,

I am creating a web application, that needs to be cross browser.

In a part of the application I need a messagebox that can display a message (pretty obvious) eg. "Discard changes?", and that has 3 buttons .. Yes, No and Cancel.

Can someone tell me the easiest way to accomplish this?

Thanks a lot

Yoeri

korkus2000

4:23 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you must have 3 buttons I suggest a popup window to look like a modal box. AFAIK, Javascript only has alert, prompt, and confirm modals.