I'm using windows.open to open it wanted to open it equal one of the popads in the bottom corner of the right side and resolve to use such code but it n decreases in size and it stays in the right cando same someone could help me follow the codico q usedi
<script>
document.onclick = function(e){
myFunction();
}
function myFunction(){
window.open("http://google.com", "_blank", "toolbar=false, scrollbars=false,resizable=false, top=900, left=5000, width=300, height=4%");
document.onclick = null; // anulando na próxima execução.
}
</script>