<td align='center' >
<a href="#" class="black_und" onClick="return confirm('Are you sure you want to delete the selected record?')"><img src="http://w3-beta.huawei.com/res/newstyle/en/images/delete.gif" alt="Delete this record" class="cursor" onClick="ShowOff('r1','none','')"></a>
</td>
my.js中会删除一行同时会弹出对话框Are you sure you want to delete the selected record?
删除一行的tr要对应my里面的加上ID <tr id="r1" class="bg_white" onMouseOver="modifyBackgroundColor(this,'#F3F3FF')" onMouseOut="modifyBackgroundColor(this,'#ffffff')" >