<script language="JavaScript">
function confirmation() {
var reponse = confirm("votre demande a bien ete enregistre!")
if (reponse){
window.location ="http://www.webixis.com/index.html";
}
}
</script>