Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[RESOLU] Javascript fait ramer le PC !

Featured Replies

Posté(e)

Hello l'INpactitude,

Sur le site que je développe pour une assoc', j'ai mis un bonhomme qui court le long d'une barre. En fait à la base c'est un gif animé que je translate avec du Javascript :

<script language='Javascript'>
var x=-23;
var xm =screen.width-23;
var timer=setInterval('bonhommeOK()', 100);
function bonhommeOK(){
x+=2;
if(x >= xm)
x=-23;
if (document.all) {
document.getElementById('BH').setAttribute('cssText', 'position:absolute;left:'+x+'px;top:60px');
}else{
document.getElementById('BH').setAttribute('style', 'position:absolute;left:'+x+'px;top:60px');
}
}
</script>

Bref, rien d'extraordinaire. Pourtant ça fait ramer certains PC .... Que faire pour lutter contre ça ? Mon code est mal écrit ?

cf : http://www.javascriptfr.com/infomsg_JAVASC...E_896992.aspx#3

Modifié par Sarvok

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.