<area shape="rect" coords="205, 120, 244, 140" href="#" onclick="openwin()" target="_self" />
如上 热点中添加了一个window.open()如何在热点中传递参数啊  因为我做得东西 图片上需要上百个热点 <script LANGUAGE="JavaScript"> 
<!-- 
function openwin() { 
var c=1;
window.open ("station.aspx?id="+c+"", "该基站人员信息", "height=300, width=400, toolbar =no, top=300,left=300,menubar=no,titlebar=yes ,scrollbars=yes, resizable=yes, location=yes, status=no") } 
//--> 
</script>