博客园  :: 首页  :: 联系 :: 管理

javascript 确认对话框

Posted on 2010-01-19 11:17  sunrack  阅读(378)  评论(0)    收藏  举报
if (confirm("Confirm delete?"))
{
}