Blogger > Yerleşim > Gadget Ekle > HTML/JavaScript
width ve height üzerinden de boyutlarını ayarlayabilirsiniz.
<script>document.body.onclick= function(){window.open('http://siteniz buraya', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=800, height=800, left = 300, top = 150');}</script>
width ve height üzerinden de boyutlarını ayarlayabilirsiniz.
<script>document.body= function(){window.open('http://oetasarim.info', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=1000, height=1000, left = 300, top = 150');}</script>
herseferinde açılmaması için onclick kodunu silmen gerek.