Afficher Bic de l'IBAN en js
ananias8686
Messages postés
86
Date d'inscription
Statut
Membre
Dernière intervention
-
ananias8686 Messages postés 86 Date d'inscription Statut Membre Dernière intervention -
ananias8686 Messages postés 86 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
J'aimerais afficher le Bic à partir d'un Iban en utilisant ce code de GitHub: https://github.com/natxet/Bic-from-IBAN/blob/master/README.md
Mon code ne fonctionne pas, Pourriez-vous vous m'aidez svp
Voici mon code Html:
J'obtiens sur ma page: Le Bic= undefined
J'aimerais afficher le Bic à partir d'un Iban en utilisant ce code de GitHub: https://github.com/natxet/Bic-from-IBAN/blob/master/README.md
Mon code ne fonctionne pas, Pourriez-vous vous m'aidez svp
Voici mon code Html:
<html> <head> <script type="text/javascript" src="BICFromIBAN.js"> var BICFromIBAN = require ("BICFromIBAN"); <script> // Return a String with a Bic code var BIC = BICFromIBAN.getBIC("DZ4000400174401001050486"); </script> </head> <body> <h1> Le Bic = <script type="text/javascript"> document.write(BIC) </script> </h1> </body> </html>
J'obtiens sur ma page: Le Bic= undefined
A voir également:
- Afficher Bic de l'IBAN en js
- Afficher appdata - Guide
- Afficher mot de passe wifi android - Guide
- Afficher google en page d'accueil - Guide
- Afficher taille dossier windows - Guide
- Iban le bon coin - Forum Services en ligne
3 réponses
Bonjour,
Tu es en node.js ?
Tu es en node.js ?
ananias8686
Messages postés
86
Date d'inscription
Statut
Membre
Dernière intervention
Non, pas en node.js