I want to click on the page a window opens and I am using this code
<script>
document.onclick = function( e ){
myFunction();
}
function myFunction() {
window.open("http://google.com.br", "_blank", "toolbar=yes, scrollbars=yes, resizab...
asked by
02.09.2017 / 16:19