bonjour
j'ai donc crée un site avec trendyflash,jusque la tous va bien mais alors que tous le monde peut le voir moi pas je ne sais pas pq ?? j'ai fais une capture de mes 2 html
1)SITETOP.HTML
<html>
<HEAD>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<SCRIPT LANGUAGE="JavaScript"> var javascript_version = 1.0;</SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.1"> javascript_version = 1.1;</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
var windownew;
function launchwin(winurl,winname,winfeatures)
{
windownew = window.open(winurl,winname,winfeatures);
if(javascript_version > 1.0)
{
setTimeout('windownew.focus();',250);
}
}
</SCRIPT>
</HEAD>
<body bgcolor="#000000" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<script src="site.js"></script>
</body>
</html>
2)INDEX.HTML
<html>
<head>
<title>
flash</title>
<meta name='keywords' content='boitier,box,doite,cd,musique'>
<meta name='description' content='Creation control-cd'>
</head>
<frameset rows='100%,*' border='0' framespacing='0' frameborder='NO'>
<frame src='sitetop.html' name='sitetop' scrolling='yes' noresize>
<frame src='sitebottom.html' name='sitebottom' scrolling='yes' noresize> </frameset>
<noframes>This page requires frames. Please upgrade your browser to the latest version.
<body bgcolor=#000000>
</body>
</noframes>
</html>
merci de vos réponses