On load in a specific part of webiste
Auteur : Gianluca M.
Visité 599,
Followers 1,
Partagé 0
Hi i;m trying to show a specific text that is updated over a js file. I have put this in the page properties / expert inside body tag onload="setInterval(initLibrary(),30000);" and this
<div id="last3"></div>
<div id="now"></div>
<div id="next3"></div>
that shows songs that are now playing in specific place where i want to show the informations that are updated every 2 minutes over the js file
i have this <body onload="setInterval(initLibrary(),30000);">
in line 38 in my index file but the information don't update automatically .....but only when i push the refresh button of the browser......what i'm doing wrong????? Please help!!!!
Posté le
Hello Gianluca,
Unfortunately we cannot give support to custom code but I can tell you that what you added in the body tag it's calling a js function which has to be declared before because the onload... code is not refreshing the page.
You can wait to see if someone of the community can help uyou or use search engines like google to get information about the custom code.
If you require any further information, please feel free to write back.
Auteur
Gentilissimo Claudio,
Giusto per capire perche in parte mi sono fatto aiutare da un programmatore che l'unica cosa che ha fatto e stato di creare il file songs.js da dove prendo le informazioni. Vuoi dire che
Auteur
Gentilissimo Claudio,
Giusto per capire perche in parte mi sono fatto aiutare da un programmatore che l'unica cosa che ha fatto e stato di creare il file songs.js da dove prendo le informazioni. Vuoi dire che l'
Salve Gianluca,
Dipende da cosa fa il file javascript e se e presente l'istruzione di fare il refresh della pagina ma questo devi chiederlo a lui perche senza quella l'istruzione onload non funziona se non è dichiarato prima cosa deve fare.
Spero di esserti stato d’aiuto.