发布网友 发布时间:2022-04-26 00:53
共2个回答
懂视网 时间:2022-05-14 16:54
确认对话框主要用于征得用户对任何选项的同意,它显示一个带有两个按钮:确定和取消的对话框,confirm就是可以用来实现确认对话框的方法,下面我们来看具体的内容。confirm对话框是使用JavaScript的内置confirm()函数创建的,触发JavaScript confirm()函数时,会弹出一个小框,并显示“确定”按钮和“取消”按钮。
如果用户单击“确定”按钮,则窗口方法confirm()将返回true。如果用户单击“取消”按钮,则confirm()返回false。
我们来看具体示例
代码如下
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script type = "text/javascript"> <!-- function getConfirmation() { var retVal = confirm("Do you want to continue ?"); if( retVal == true ) { document.write ("User wants to continue!"); return true; } else { document.write ("User does not want to continue!"); return false; } } //--> </script> </head> <body> <form> <input type = "button" value = "Click Me" onclick = "getConfirmation();" /> </form> </body> </html>
浏览器上显示效果如下
当点击“Click Me”,将显示如下效果
点击确定将会显示:“User wants to continue!”
同理,点击取消将会显示:“User does not want to continue!”
本篇文章到这里就全部结束了,更多精彩内容大家可以关注Gxl网的相关栏目教程!!!
热心网友 时间:2022-05-14 14:02
1、确证;证实;证明
搭配:[+ report, rumour, fears]
These new statistics confirm our worst fears about the depth of the recession.
这些新的统计数据证实,经济衰退已经严重到我们最担忧的程度。
She hired a private detective to confirm her suspicions.
她雇了一名私家侦探来证实她的怀疑。
This confirms what I suspected all along.
这证实了我一直以来的怀疑。
X-rays have confirmed that he has not broken any bones.
X光片证明他没有一处骨折。
2、加强;加重;加深
搭配:[+ suspicions]
In a way this confirmed my suspicions.
这在某种程度上加重了我的怀疑。
3、(再次)确认;(进一步)证实
搭配:[+ rumour, story]
I neither confirmed nor denied the rumours.
我既没有确认也没有否定谣言。
The spokesman confirmed that the area was now in rebel hands.
发言人确认该地区目前已落入叛乱分子手中。
He confirmed what had long been feared.
他证实了长期以来的担心。
4、确定;确认
搭配:[+ booking, reservation, appointment, arrangement]
I want to confirm my booking on this evening's ferry.
我想确定一下我今晚预定的轮渡。
You make the reservation, and I'll confirm it in writing.
你来预订,我会去函确认。