Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. function changeBGImage(whichImage){
  3. //APRO UNA CONNESSIONE CON LA PAG PHP
  4. ajax.open("get", "imposto_cookie.php?valore=" + whichImage, true);
  5. //INVIO LA RICHIESTA
  6. ajax.send(null);
  7. if (document.body){
  8. document.body.background = backImage[whichImage];
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement