netfeel2008收录,使用标签:javascript技巧,时间:2008-5-30 10:54:38 | 相关网摘,我也收藏
(一).确认删除用法: 1. BtnDel.Attributes.Add("onclick","return confirm('" "确认删除?" "')"); 2. linktempDelete.Attributes["onclick"]="javascript:return confirm('" "确认删除?" "');"; 3. private void grdProject_ItemDataBound(object sender, DataGridItemEventArgs e) 4. { if ((e.Item.ItemType == ListItemType.Item) � (e.Item.ItemType == ListItemType.AlternatingItem)) { // 刪除按鈕上的提示部分 e.Item.Cells[10].Attributes.Add("onclick", "return confirm('确定删除吗?');"); } } 5.
http://topic.csdn.net/u/20080527/10/7f580777-1a3d-44fc-8806-55f9d79d0c65.html?seed=1366369097
peanut_20051120171收录,使用标签:javaScript技巧,时间:2008-3-29 20:15:17 | 相关网摘,我也收藏
http://blog.csdn.net/java_renyusheng/archive/2006/10/12/1331835.aspx
suiyh收录,使用标签:Javascript技巧,时间:2007-9-27 15:43:43 | 相关网摘,我也收藏
http://blog.csdn.net/java060515/archive/2007/08/09/1733396.aspx
zx_lxq收录,使用标签:Javascript技巧,时间:2007-9-27 15:25:38 | 相关网摘,我也收藏
james1516收录,使用标签:Javascript技巧,时间:2007-3-21 16:50:12 | 相关网摘,我也收藏
http://community.csdn.net/Expert/topicview.asp?id=5244445
hjzr收录,使用标签:javascript技巧,时间:2007-1-12 23:02:30 | 相关网摘,我也收藏