var ConteoBotones = 0; var ConteoClics = 1; //Funcion function FuncionParaBotonesSociales(url,botonid) { window.open(url); if (ConteoClics == ConteoBotones) { setTimeout(function(){ document.getElementById('btn').removeAttribute("disabled"); return false; }, 5000); } ConteoClics++; document.getElementById(botonid).disabled = true; }
Comentarios cerrados.