CLICK AQUI PARA ENLACE
Enlace...

Código fuente


<script type="text/javascript">
function emular(emulado){
var y = document.querySelector(emulado);
y.click();
}
</script>


<div id="emulador" onclick="emular('#emula')" style="cursor: pointer;">CLICK AQUI PARA ENLACE</div>
<a href="https://www.compostela21.com" target="_blank" id="emula">Enlace...</a>