| 发表于:2007-03-05 17:00:356楼 得分:0 |
<html:link href= " " onclick= "open() " target= "_blank "> 弹出窗口 </html:link> javascript: function open() { window.open( "http://www.163.com ", " ", "height=500, width=500, top=0,left=0,toolbar=no, menubar=yes, scrollbars=yes, resizable=yes, location=no, status=no "); } | | |
|