Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function carga_scroll(){
  2. //Contenido
  3. }
  4. if (document.addEventListener){
  5. window.addEventListener('load',carga_scroll,false);
  6. } else {
  7. window.attachEvent('onload',carga_scroll);
  8. }
  9.  
  10. carga_scroll();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement