So I have this function called redireccionar()
function redireccionar(){
alert("activaste la funcion");
}
and redireccionar() gets called by this:
<button class="btn btn-default" onclick="redireccionar()" type="button">Go!</button>
But I do click and nothing happens, its because I render them? How can I fix it? Why it doesnt work? Thanks.
its because I render them???<script>