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.

Javascript sous IE

Featured Replies

Posté(e)

Bonjour à tous,

Sur mon site:

http://www.netcommunaute.host-gratuit.net/...mages/index.php

Lorsque l'on est sous IE et que l'on valide, rien ne se passe, on reste sur l'accueil et l'image n'est pas uploadée.

Sous Firefox en revanche, cela fonctionne bien.

Merci beaucoup d'avance de votre aide :wink:

PS: Voilà le javascript présent dans ma page:

<script type="text/javascript">
<!-- //hide
function copy(id)
{
if(!document.all)
{
 alert('Désolé, cette fonction n\'est disponible qu\'avec Internet Explorer.');
 return;
}
f = document.getElementById(id);
obj = f.createTextRange();
obj.select();
obj.execCommand('copy');
}
function increment(fieldName)
{
document.getElementById(fieldName).value++; 
}
all_checked = true;
function checkall(formName, boxName) {
for(i = 0; i < document.getElementById(formName).elements.length; i++)
{
 var formElement = document.getElementById(formName).elements[i];
 if(formElement.type == 'checkbox' && formElement.name == boxName && formElement.disabled == false)
 {
 	formElement.checked = all_checked;
 }
}	
all_checked = all_checked ? false : true;
}
// don't hide -->
</script>

  • 2 semaines après...
Posté(e)

ça fonctionne avec mon IE.

Question, combien de temps l'image reste disponible sur le serveur?

Merci pour ce service :keskidit:

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.