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.

Refresh en boucle ...

Featured Replies

Posté(e)

Bon voilà, j ai fait une petite fonction refresh en HTML, mais je voudrai qu elle le fasse indéfiniment ...

<html>
<head>
<title>.</title>
<meta http-equiv="refresh" content="0;url=http://www.google.com">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<center>
<h1>http://www.google.com</h1>
</center>

</html>

Je voudrai une boucle infinie (genre tant que 1>0), comment faire ?

Posté(e)

tu peut faire un include de la page de google dans ta page web puis raffraichir celle-ci toutes les XX secondes.

<html>
<head>
<title>.</title>
<meta http-equiv="refresh" content="1">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<? include "http://www.google.fr";?>
</body>
</html>

Posté(e)

un truc du genre :

<script LANGUAGE="JavaScript">

var nombre= 2;

for (i=1; i <=nombre ; i+)

instructions

</SCRIPT>

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.