Advertisement
Guest User

Untitled

a guest
Jun 17th, 2015
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <script type="text/javascript">
  2. window.onload = function() {
  3. if(2>1){
  4. document.getElementById("imagem").src = "cores-roleta/amarelo1.png";
  5. document.getElementById("imagem2").src = "cores-roleta/laranja1.png";
  6. document.getElementById("imagem3").src = "cores-roleta/verde1.png";
  7. }
  8. }
  9. </script>
  10.  
  11. <img id="imagem" src="amarelo0.png">
  12. <img id="imagem2" src="laranja0.png">
  13. <img id="imagem3" src="verde0.png">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement