简单实用的javascript的windows.confirm()类型的确认对话框
// January 14th, 2010 // javascript and CSS
<a href=”#” onclick=”return confirm(‘删除?’);”>删除</a>
Leave a Reply
You must be logged in to post a comment.
// January 14th, 2010 // javascript and CSS
<a href=”#” onclick=”return confirm(‘删除?’);”>删除</a>
You must be logged in to post a comment.