<script>
function hop(quoi){
// ok
window.scroll(0,10000);
/* Bof ça ne fonctionne pas toujours
const element = document.querySelector(‘#BasPageAvantCommentaire’)
const rect = element.getBoundingClientRect()
window.scroll({
top: rect.top,
behavior: ‘smooth’
});
*/
if(quoi==”full”){
window.open(“https://frannick.com/_Frannick3/Meta_Video/LecEdi_MV/MetaVideo.html?serie=SerieGalainAnaka|livre=GalainAnaka-01|chap=Ballade_en_Libellule|params=FeSDTm”, ‘_blank’);
} else if ( quoi==”edit”) {
window.open(“https://frannick.com/_Frannick3/Meta_Video/LecEdi_MV/MetaVideo.html?serie=SerieGalainAnaka|livre=GalainAnaka-01|chap=Ballade_en_Libellule|params=fEsdtm”, ‘_blank’);
}
}
</script>