﻿
//重写DataList双击事件
MemDL.doClick = function(index, id)
{
    window.open("MemberInfo.aspx?memID=" + id, "_blank");
};
