<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>
Genişlik ve yüksekliğin birimsiz pikseller olduğu yerde (genişlik = 400 değil genişlik = 400 piksel).
Çoğu tarayıcıda, değişkenler ayarlandıktan sonra her şey tek satırda olacak şekilde satır sonu olmadan yazılmazsa çalışmaz:
<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>