Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function cambia(){
- alert('¡Enlaces añadidos en ventana nueva!');
- }
- function abrirEn{
- document.getElementById("imagenT").href="";
- }
- function cambiar(){
- document.getElementById('imagenT').src = "http://img1.imagilive.com/0214/a_descarga1.gif";
- }
- function volver(){
- document.getElementById("imagenT").src="http://img1.imagilive.com/0214/p_descarga1.gif";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement