<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>
Trong đó chiều rộng và chiều cao là pixel không có đơn vị (chiều rộng = 400 không phải chiều rộng = 400px).
Trong hầu hết các trình duyệt, nó sẽ không hoạt động nếu nó không được viết mà không có ngắt dòng, khi các biến được thiết lập, mọi thứ đều nằm trong một dòng:
<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>