<script type="text/javascript">
var url = "http://....../fichier.
HTM";
var xmlHttp;
try { xmlHttp = new XMLHttpRequest(); }
catch (e) { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); }
xmlHttp.open("GET", url, false, "Utilisateur", "mot de passe");
xmlHttp.send();
alert(xmlHttp.responseText);
xmlHttp = null;
</script>
par exemple affiche un fichier HTM.
Cordialement
Bul. [Site] [Mail]