Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function ex3_over(formulario){
  2.             var texto=formulario.name;
  3.             //texto.setAttribute('style','color:white; background-color:blue;');
  4.  
  5.             texto.style.color="white";
  6.             texto.style.background-color="blue";
  7.            
  8.             //document.getElementById("name").style.color="white";
  9.             //document.getElementById("name").style.background-color="blue";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement