要在包含尺寸和所有内容的新窗口中打开,您将需要调用Javascript函数,因为target =“ _ blank”不允许您调整尺寸。一个例子是:
<a href="http://www.facebook.com/sharer" onclick="window.open(this.href, 'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" >Share this</a>
希望这对您有所帮助。



