<a href=# onclick="window.open('','','width=120,height=200')">

解决方案 »

  1.   

    <a href="javascript:window.open('about:blank')">show</a>
      

  2.   

    <a href="javascript:void(null);" onclick="window.open('URL','','width=100,height=100');">Click</a>
    只有100象素高,100象素宽的窗口,够小了吧?
    你可以查查window.open()的其它参数,让这个窗口更符合你的要求!
      

  3.   

    <a href="javascript:window.open('about:blank','news','width=100,height=100')">show</a>
    不用再发帖问怎么让这个窗口小于100*100了,100*100是最小的,不能再小了……