<script type="text/javascript">
function showWindown(url,width,heigth) {
window.showModalDialog(url, null,'dialogWidth='+width+'px;dialogHeight='+heigth+'px;help:no;status:no')
}
</script>
<img alt="添加分类" src="Images/add.png" style="cursor: pointer;" onclick="javascript:showWindown('CoursewareSectionAdd.aspx?courseWareId=<%=CourseWareID%>',700,500);" />
function showWindown(url,width,heigth) {
window.showModalDialog(url, null,'dialogWidth='+width+'px;dialogHeight='+heigth+'px;help:no;status:no')
}
</script>
<img alt="添加分类" src="Images/add.png" style="cursor: pointer;" onclick="javascript:showWindown('CoursewareSectionAdd.aspx?courseWareId=<%=CourseWareID%>',700,500);" />