donc problème vient d'ailleurs....
car :
<body>
texte
<script type="Text/JavaScript">
function changeBgColor(newBgColor) {
if (window.document && window.document.bgColor) {
document.bgColor = newBgColor;
}
}
function changeFgColor(newFgColor) {
if (window.document && window.document.fgColor) {
document.fgColor = newFgColor;
}
}
changeBgColor('#00FF00');
changeFgColor('#FF0000');
</script>
</body>
ça baigne parfaitement.
(
je ne sais pas si les tests servent à quoi que ce soit... )
mais qu'en est-il de ce getUrl ? va savoir...
Cordialement