Alors voici le code source de ma boite mail, j'espère que c'est ce que tu demandais Jean Luc.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "
http://www.w3.org/TR/REC-html40/strict.dtd">
<html style="overflow:hidden;">
<head>
<base href="
http://co120w.col120.mail.live.com/" />
<script type="text/javascript">
var domainLoweringIsDown = false;
document.domain = "live.com";
if (window.top != self)
{
var hostname = "";
try
{
hostname = window.top.location.hostname;
}
catch(e)
{
hostname = "";
}
var mailUrlDomain = "mail.live.com";
var peopleUrlDomain = "people.live.com";
var hasMailUrl = (hostname != "") &&
(hostname.indexOf(mailUrlDomain) != -1) &&
((hostname.indexOf(mailUrlDomain) + mailUrlDomain.length) == hostname.length);
var hasPeopleUrl = (hostname != "") &&
(hostname.indexOf(peopleUrlDomain) != -1) &&
((hostname.indexOf(peopleUrlDomain) + peopleUrlDomain.length) == hostname.length);
if (!hasMailUrl && !hasPeopleUrl)
{
window.top.location.href = self.location.href;
}
else
{
self.location.href = 'http\x3a\x2f\x2fco120w.col120.mail.live.com\x2fmail\x2fTodayLight.aspx\x3frru\x3dinbox\x26wa\x3dwsignin1.0\x26layout\x3dTodayDefault\x26n\x3d400982634';
}
}
else if (domainLoweringIsDown)
{
if (self.location.hostname.indexOf("mail.live.com") <= 0)
{
document.cookie = "afu=" + escape('http\x3a\x2f\x2fco120w.col120.mail.live.com\x2fmail\x2fTodayLight.aspx\x3frru\x3dinbox\x26wa\x3dwsignin1.0\x26layout\x3dTodayDefault\x26n\x3d400982634') + ";path=/;domain=.mail.live.com;";
self.location.href = 'http\x3a\x2f\x2fco120w.col120.mail.live.com\x2f';
}
}
function uiFrameLoad()
{
//
try
{
document.title = window.frames[0].document.title;
}
catch(e)
{
}
}
function beforeUnloadHandler()
{
try
{
var frameUrl = document.getElementById("UIFrame").contentWindow.document.location.href;
document.cookie = "afu=" + escape(frameUrl) + ";path=/;domain=.mail.live.com;";
}
catch(e)
{
}
}
</script>
</head>
<body style="padding:0;margin:0;overflow:visible;height:100%;width:100%;position:absolute" onbeforeunload="beforeUnloadHandler()">
<div id="appDiv" style="position:absolute;height:100%;width:100%">
<iframe id="UIFrame" onload="uiFrameLoad()" src="http://co120w.col120.mail.live.com/mail/TodayLight.aspx?rru=inbox&wa=wsignin1.0&layout=TodayDefault&n=400982634"
frameborder="0"
width="100%"
height="100%"
marginheight="0"
marginwidth="0">
</iframe>
</div>
</body>
</html>