<a href="/index2.php?option=com_jumi&fileid=3&Itemid=11"
onclick="window.open(this.href,'targetWindow',
`toolbar=no,
location=no,
status=no,
menubar=no,
scrollbars=yes,
resizable=yes,
width=SomeSize,
height=SomeSize`);
return false;">Popup link</a>
너비와 높이는 단위가없는 픽셀입니다 (너비 = 400이 아니라 너비 = 400 픽셀).
대부분의 브라우저에서 줄 바꿈없이 작성되지 않으면 작동하지 않습니다. 일단 변수가 설정되면 모든 것이 한 줄에 있습니다.
<a href="/index2.php?option=com_jumi&fileid=3&Itemid=11" onclick="window.open(this.href,'targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=SomeSize,height=SomeSize'); return false;">Popup link</a>