大侠帮我看看哪里有错误?
<head>
</head>
<script language="javascript">
function popwin2(id,path)
{ window.open("openarticle.asp?id="+id+"&ppath="+path,"","height=450,width=600,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}
</script>
<body>
....
<a href="javascript:popwin2(<%=rs("id")%>)"><%=list("name")%>的简历</a>
出现编译错误!
大侠帮帮忙啊!!!