Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/01/2012, 11:15
newbie007
 
Fecha de Ingreso: enero-2012
Mensajes: 26
Antigüedad: 13 años
Puntos: 0
Respuesta: ¿Habilitar boton al dar click en publisidad?

ya lo solucione
Cita:
<SCRIPT LANGUAGE="JavaScript">
function go_to(url) {
window.location=url;
}
function rand_link() {

go_to("http://www.google.com");
}
// End -->
</SCRIPT>