depuis le temps que je le voit ce post: <html> <head> <title>index</title> </head> <script language="JavaScript"> url="http://www.google.fr" //url du debut de ton site window.open(url,"Som","toolbar=0,location=0, scrollbars=0,directories=0,status=0,menubar=0, resizable=1");//option d ouverture (je vais pas traduire) </script> <body>
</body>
</html> attention ce fichier doit etre ton index klein
|