voici les 3 fichier (2 frames)
le premier, index:
<HTML>
<HEAD>
<TITLE>Votre site</TITLE>
<META NAME="Keywords" CONTENT="vos, mots, clefs">
<META NAME="Description" CONTENT="Description de votre site">
</HEAD>
<FRAMESET COLS="0,*" FRAMESPACING=0 BORDER=0 FRAMEBORDER="No">
<FRAME NAME="gauche" SRC="vide.html" MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER="No" NORESIZE>
<FRAME NAME="droite1" SRC="homepage.html" MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER="No">
<NOFRAMES>
<body>
Votre navigateur ne gere pas le frames !
</body>
</NOFRAMES>
</FRAMESET>
</HTML>
Le 2ém nommé vide.html
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
Et le 3ém nommé homepage.html
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000"><script language="javascript">
<!--
document.location.href="http://www.informanews.net"
//-->
</script>
</body>
</html>
Tout cela permet de grader l'adresse, et d'pêtre redirigé sur www.informanews.net, en faite c tout con, c même ridicule quand on y pense, mais fllait y pensé! :-)