Use window.open() :
<a onclick="window.open(document.URL, '_blank', 'location=yes,height=570,width=520,scrollbars=yes,status=yes');"> Share Page </a>
This will create a link called Share Page , which will open the current URL in a new window with a height of 570 and a width of 520.
citruspi Jan 03 '13 at 2:28 2013-01-03 02:28
source share