日期:2014-05-19  浏览次数:20467 次

怎么用<a href="/tzsb/about.htm" target="_blank">这种方式来指定弹出新窗口的大小?
如题,希望能够用a   href这种方式来实现   " <script   language=javascript>   window.open( 'WebNews.aspx ',null, 'directories=no,toolbar=no,height=428,width=236,status=no,resizable=no,scrollbars=no,location=no '); </script> ");这种效果,能实现吗?



------解决方案--------------------
顶.俺也想知道啊
------解决方案--------------------
<a href= "/tzsb/about.htm " target= "_blank " onclick= "window.open( ' ') ">
------解决方案--------------------
<a href= "JavaScript:void(0) onclick= 'window.open() ' >
------解决方案--------------------
在打开的页面中写脚本,window.resize
------解决方案--------------------
target= "# " 不需要
------解决方案--------------------
<a href= "# " onclick= "window.open( 'about.htm ',null, 'directories=no,toolbar=no,height=428,width=236,status=no,resizable=no,scrollbars=no,location=no ') "> 关于我们 </a>