有时在提交表单的时候需要对该提交动作再一次确认,此时可以使用confim确认提示对话框,示例如下:
function toConfirm(){
if(confirm(“是否确认打开网页?”)){
location=’http://www.darkmi.com’;
}
}
Post a comment now »
本文目前不可评论
Sorry, the comment form is closed at this time.
No comments yet.