常见问题61:什么方法能单击链接打开一个定制的新窗口?
先在《head》《/head》部分加入代码:
《script language=“JavaScript”》
《!--
function MM_openBrWindow(theURL,
winName,features)
{window.open(theURL,123,features);}
//--》
《/script》
然后在链接标签《a》中加入如下代码即可:
《a href=“#”onClick=“MM_openBrWindow
(‘http://www.zhangliang1983.com/’,‘123’,‘
scrollbars=yes,width=640,height=480’)”》
张亮博客《/a》