<blockquote><font class="small">Posté à l'origine par richy:</font><hr />
A part le code source de la page :
<html>
<body bgcolor="#ffffff"></body>
</html>
et la barre de sélection en flash 6 pas grand chose, non...
[/QUOTE]
J'ai un code source plus important moi :
<html>
<head>
<title>
www.ford.fr</title>
<!-- Logging request -->
<script language="JavaScript">
function tc_make_ford_siteID() {
var domain = document.location.hostname;
domain = domain.substring(domain.lastIndexOf(".")+1);
if (domain.toLowerCase() == "uk") tc_site_id = 31;
else if (domain.toLowerCase() == "de") tc_site_id = 32;
else if (domain.toLowerCase() == "es") tc_site_id = 33;
else if (domain.toLowerCase() == "fr") tc_site_id = 34;
else if (domain.toLowerCase() == "it") tc_site_id = 35;
else tc_site_id = 0;
return tc_site_id;
}
if (typeof tc_site_id=='undefined') tc_site_id = tc_make_ford_siteID();
if (typeof tc_page_alias=='undefined') tc_page_alias = "http://" + document.location.host + "/homepage-frameset";
if (tc_site_id > 0) {
var tc_image = new Image();
tc_image.src = "http://ford.touchclarity.com/i?siteID=" + tc_site_id + "&location=" + tc_page_alias;
}
</script>
<!-- Logging tag ends -->
</head>
<frameset bgcolor="white" rows="0,440,*" border="0" frameborder="0" border="0">
<frame name="top1" src="/firefly/CPR/leer.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="0" noresize>
<frameset cols="*,776,*" frameborder="0" border="0">
<frame name="left" src="/firefly/CPR/leer.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="0" noresize>
<frame name="center" src="/firefly/cpr/CPRFireFlyFrameSet.asp?NavID=home&PageID=" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="0" noresize>
<frame name="right" src="/firefly/CPR/leer.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="0" noresize>
</frameset>
<frame name="ffbottom" src="/firefly/CPR/leer.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="0" noresize>
</frameset>
<noframes>
This site requires a browser which supports frames!
</noframes>
</html>