1
I am using windows.open to open wanted it to open like one of the popads in the bottom right corner and decide to use the code such but it n decreases in size and n stays in the right cando like someone could help me follow the code I used
<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>
I didn’t understand a thing
– Julio Henrique
when I use the code above it opens a window and a size but n is the same as the one of ft q is well in the right corner and very small and wanted it to be the same
– romulo henrique
Your question is very badly formatted. Give an improved in Portuguese and accent to understand what you want.
– Phelipe