增加一个滚动条(简单)
下面这段代码是弹出一个窗口的代码,窗口无滚条,我想让新页面的右侧有滚动条,应该如何改,在线等待。
<script language=Javascript>
<!--
function hv(p1,p2)
{p1.style.display='none';
p2.style.display='block';
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<a href="#" onClick="MM_openBrWindow('url','','width=300,height=200');return false">弹出窗口</A>