![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/08/2009, 03:34
|
![Avatar de Legoltaz](http://static.forosdelweb.com/customavatars/avatar255141_3.gif) | | | Fecha de Ingreso: agosto-2008
Mensajes: 325
Antigüedad: 16 años, 5 meses Puntos: 6 | |
Respuesta: convertir el valor de href de todos los <a>?
Código JavaScript :
Ver originalvar a = document.getElementsByTagName("a"); for(var i=0;i<a.length;i++){ a[i].href = "#"; }
|