开发者

Javascript version of showOptionDialog

开发者 https://www.devze.com 2023-03-30 18:37 出处:网络
Im wondering if there is a javascript function like java\'s showOptionDialog, where the user can chose开发者_JAVA百科 between two different options in the dialog

Im wondering if there is a javascript function like java's showOptionDialog, where the user can chose开发者_JAVA百科 between two different options in the dialog

Thanks, Matt


Javascript has a confirm dialog that does exactly what you want.

You invoke it the same as you do for an alert or prompt.

0

精彩评论

暂无评论...
验证码 换一张
取 消