Voici le code à insérer dans votre page HTML :
<!-- Météo du jour -->
<ilayer>
<iframe src="http://www.meteobelgium.be/service/fr/code/index.php?code=4000"
allowtransparency="true" align="center" frameborder="0" width="170" height="125"
scrolling="no" marginwidth="0" marginheight="0">
<a href="http://www.meteobelgique.be" target="_new">www.meteobelgique.be</a>
</iframe>
</ilayer>Pour changer de code postal, modifier la ligne 3 :
<iframe src="http://www.meteobelgium.be/service/fr/code/index.php?code=1000"
Pour afficher le nom de la commune associée au code postal, modifier la ligne 3 :
<iframe src="http://www.meteobelgium.be/service/fr/code/index.php?code=1410&type=ville"
A noter que si plusieurs noms de communes sont associés à votre code postal, il est possible de choisir en utilisant le lien suivant:
<iframe src="http://www.meteobelgium.be/service/fr/code/index.php?code=1300&type=ville&choix=2"