如题,希望能够用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>