Advertisement
jozz

dsda

Feb 5th, 2014
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2.  
  3. function cambia(){
  4. alert('¡Enlaces añadidos en ventana nueva!');
  5. }
  6.  
  7. function abrirEn{
  8. document.getElementById("imagenT").href="";
  9. }
  10. function cambiar(){
  11. document.getElementById('imagenT').src = "http://img1.imagilive.com/0214/a_descarga1.gif";
  12. }
  13.  
  14. function volver(){
  15. document.getElementById("imagenT").src="http://img1.imagilive.com/0214/p_descarga1.gif";
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement