micxa
10-08-2011, 08:35 PM
Bonjour à tous, ainsi qu'au service technique.
Pourquoi le kit graphique gratuit Banner1 plante internet explorer 8 ?
Paramétrage ok, c'est en ligne, Super résultat félicitations MAIS ...
ça plante tout IE après 5 secondes.
Je ne sais pas vous envoyer le code HTML car il y a trop de caractères.
Je l'inclus donc en trois parties ci dessous :
<html>
<head>
<meta name="Description" content="Toute l'actualité du club de natation de leuze en hainaut">
<meta name="Keyworks" content="natation, NATATION, belgique, belge, belgium, swimming team, ffbn, frbn, fédération,nager, nageur, nageuse, inscrire, école, leuze, leuzois, espadon, esp, ESP, club, école natation, entraineur,ladavid, mattucci, compétition">
<script language="Javascript">
<!--
function fenCentre(url,largeur,hauteur){
var Dessus=(screen.height/2)-(hauteur/2);
var Gauche=(screen.width/2)-(largeur/2);
var features= 'height='+hauteur+',width='+largeur+',top='+Dessus +',left='+Gauche+",scrollbars=yes";
thewin=window.open(url,'',features);
}
//-->
</script>
<style>a{text-decoration:none;}
</style>
<script language="JavaScript">
<!--
//PLF-http://www.jecreemonsite.net/
function menuderoulant2(url,haut,gauche,largeur,hauteur,opt ions){
window.open(url,"","top="+haut+",left="+gauche+",width="+largeur+",height="+hauteur+","+options);
}
//-->
</script>
<title>Espadon Leuze Natation</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<SCRIPT LANGUAGE="JavaScript">
function addbookmark()
{
bookmarkurl="http://wwwlecodejava.com"
bookmarktitle="ESPADON LEUZE NATATION"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarkti tle)
}
</script>
</head>
<body bgcolor="#FFFFFF" background="imagesCAQBB0PS.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="MM_preloadImages('Photos%20club%20ESP/Groupe%20ESP%20en%20vacances.JPG','logo%20temp006. gif','imageliens.jpg','Photos%20club%20ESP/DSC04567.JPG','piscine%20leuze%20(2).jpg')">
<table width="100%" border="0" background="bleu%20turquoise%20piscine.jpg">
<tr>
<td height="27" colspan="9">
<div align="center">
<p><font color="#0099FF" size="6">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="810" height="122">
<param name="movie" value="flash/header.swf">
<param name="quality" value="high">
<embed src="flash/header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="810" height="122"></embed></object>
</font></p>
</div></td>
</tr>
<tr>
<td width="34%" height="27"><SCRIPT LANGUAGE="JavaScript">
<!-- Ce script et bien d'autres sont disponibles sur le site d'ABC-WEB...
// Plus d'infos : http://www.abc-web.net - info@abc-web.net -->
<!-- debut du script
<!-- Hide the script from non-Javascript browsers
var date_statement="";
var time_statement="";
var today=new Date();
var month="";
var day="";
function todays_date() {
var month=today.getMonth();
var day_of_week=today.getDay();
date_statement=""
document.month=""
month++; // So it's now between 1 - 12.
if(month==1) {
january(today.getDate());
document.month="janvier";
}
if(month==2) {
february(today.getDate());
document.month="février";
}
if(month==3) {
march(today.getDate());
document.month="mars";
}
if(month==4) {
april(today.getDate());
document.month="avril";
}
if(month==5) {
may(today.getDate());
document.month="mai";
}
if(month==6) {
june(today.getDate());
document.month="juin";
}
if(month==7) {
july(today.getDate());
document.month="juillet";
}
if(month==8) {
august(today.getDate());
document.month="août";
}
if(month==9) {
september(today.getDate());
document.month="septembre";
}
if(month==10) {
october(today.getDate());
document.month="octobre";
}
if(month==11) {
november(today.getDate());
document.month="novembre";
}
if(month==12) {
december(today.getDate());
document.month="décembre";
}
document.day=""
if(day_of_week==0)
document.day="dimanche";
if(day_of_week==1)
document.day="lundi";
if(day_of_week==2)
document.day="mardi";
if(day_of_week==3)
document.day="mercredi";
if(day_of_week==4)
document.day="jeudi";
if(day_of_week==5)
document.day="vendredi";
if(day_of_week==6)
document.day="samedi";
}
function january(date) {
if(date==1)
date_statement="Bonne Année !";
}
function february(date) {
if(date==14)
date_statement="Pensez à la St Valentin !";
}
function march(date) {
if(date==21)
date_statement="C'est le printemps !";
}
function april(date) {
if(date==1)
date_statement="Méfiez-vous des poissonniers !";
}
function may(date) {
if(date==1)
date_statement="Nageurs, Nageuses, bon repos !";
}
function june(date) {
if(date==21)
date_statement="C'est l'été !";
}
function july(date) {
if(date==1)
date_statement="Bonnes Vacances!";
}
function august(date) {
}
function september(date) {
if(date==21)
date_statement="C'est l'automne !";
}
function october(date) {
if(date==31)
date_statement="Congés de toussaint";
}
function november(date) {
}
function december(date) {
if(date==21)
date_statement+="Couvrez-vous c'est l'hiver !";
if(date==25)
date_statement="Joyeux Noël!";
if(date==31)
date_statement="Bon réveillon !";
}
function time_of_day() {
var time=today.getHours();
time_statement=""
if(time>=6 && time<8)
time_statement="Déja sur le Net!,"
if(time>=8 && time<12)
time_statement="Bonne matinée,"
if(time>=12 && time<13)
time_statement="Bon appetit,"
if(time>=13 && time<17)
time_statement="Bon apres-midi,"
if(time>=17 && time<22)
time_statement="Bonsoir,"
if(time>=22 || time<6)
time_statement="Salut les couche-tard,"
}
// -- End Hiding Here -->
// Fin du script -->
</script>
Pourquoi le kit graphique gratuit Banner1 plante internet explorer 8 ?
Paramétrage ok, c'est en ligne, Super résultat félicitations MAIS ...
ça plante tout IE après 5 secondes.
Je ne sais pas vous envoyer le code HTML car il y a trop de caractères.
Je l'inclus donc en trois parties ci dessous :
<html>
<head>
<meta name="Description" content="Toute l'actualité du club de natation de leuze en hainaut">
<meta name="Keyworks" content="natation, NATATION, belgique, belge, belgium, swimming team, ffbn, frbn, fédération,nager, nageur, nageuse, inscrire, école, leuze, leuzois, espadon, esp, ESP, club, école natation, entraineur,ladavid, mattucci, compétition">
<script language="Javascript">
<!--
function fenCentre(url,largeur,hauteur){
var Dessus=(screen.height/2)-(hauteur/2);
var Gauche=(screen.width/2)-(largeur/2);
var features= 'height='+hauteur+',width='+largeur+',top='+Dessus +',left='+Gauche+",scrollbars=yes";
thewin=window.open(url,'',features);
}
//-->
</script>
<style>a{text-decoration:none;}
</style>
<script language="JavaScript">
<!--
//PLF-http://www.jecreemonsite.net/
function menuderoulant2(url,haut,gauche,largeur,hauteur,opt ions){
window.open(url,"","top="+haut+",left="+gauche+",width="+largeur+",height="+hauteur+","+options);
}
//-->
</script>
<title>Espadon Leuze Natation</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<SCRIPT LANGUAGE="JavaScript">
function addbookmark()
{
bookmarkurl="http://wwwlecodejava.com"
bookmarktitle="ESPADON LEUZE NATATION"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarkti tle)
}
</script>
</head>
<body bgcolor="#FFFFFF" background="imagesCAQBB0PS.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="MM_preloadImages('Photos%20club%20ESP/Groupe%20ESP%20en%20vacances.JPG','logo%20temp006. gif','imageliens.jpg','Photos%20club%20ESP/DSC04567.JPG','piscine%20leuze%20(2).jpg')">
<table width="100%" border="0" background="bleu%20turquoise%20piscine.jpg">
<tr>
<td height="27" colspan="9">
<div align="center">
<p><font color="#0099FF" size="6">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="810" height="122">
<param name="movie" value="flash/header.swf">
<param name="quality" value="high">
<embed src="flash/header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="810" height="122"></embed></object>
</font></p>
</div></td>
</tr>
<tr>
<td width="34%" height="27"><SCRIPT LANGUAGE="JavaScript">
<!-- Ce script et bien d'autres sont disponibles sur le site d'ABC-WEB...
// Plus d'infos : http://www.abc-web.net - info@abc-web.net -->
<!-- debut du script
<!-- Hide the script from non-Javascript browsers
var date_statement="";
var time_statement="";
var today=new Date();
var month="";
var day="";
function todays_date() {
var month=today.getMonth();
var day_of_week=today.getDay();
date_statement=""
document.month=""
month++; // So it's now between 1 - 12.
if(month==1) {
january(today.getDate());
document.month="janvier";
}
if(month==2) {
february(today.getDate());
document.month="février";
}
if(month==3) {
march(today.getDate());
document.month="mars";
}
if(month==4) {
april(today.getDate());
document.month="avril";
}
if(month==5) {
may(today.getDate());
document.month="mai";
}
if(month==6) {
june(today.getDate());
document.month="juin";
}
if(month==7) {
july(today.getDate());
document.month="juillet";
}
if(month==8) {
august(today.getDate());
document.month="août";
}
if(month==9) {
september(today.getDate());
document.month="septembre";
}
if(month==10) {
october(today.getDate());
document.month="octobre";
}
if(month==11) {
november(today.getDate());
document.month="novembre";
}
if(month==12) {
december(today.getDate());
document.month="décembre";
}
document.day=""
if(day_of_week==0)
document.day="dimanche";
if(day_of_week==1)
document.day="lundi";
if(day_of_week==2)
document.day="mardi";
if(day_of_week==3)
document.day="mercredi";
if(day_of_week==4)
document.day="jeudi";
if(day_of_week==5)
document.day="vendredi";
if(day_of_week==6)
document.day="samedi";
}
function january(date) {
if(date==1)
date_statement="Bonne Année !";
}
function february(date) {
if(date==14)
date_statement="Pensez à la St Valentin !";
}
function march(date) {
if(date==21)
date_statement="C'est le printemps !";
}
function april(date) {
if(date==1)
date_statement="Méfiez-vous des poissonniers !";
}
function may(date) {
if(date==1)
date_statement="Nageurs, Nageuses, bon repos !";
}
function june(date) {
if(date==21)
date_statement="C'est l'été !";
}
function july(date) {
if(date==1)
date_statement="Bonnes Vacances!";
}
function august(date) {
}
function september(date) {
if(date==21)
date_statement="C'est l'automne !";
}
function october(date) {
if(date==31)
date_statement="Congés de toussaint";
}
function november(date) {
}
function december(date) {
if(date==21)
date_statement+="Couvrez-vous c'est l'hiver !";
if(date==25)
date_statement="Joyeux Noël!";
if(date==31)
date_statement="Bon réveillon !";
}
function time_of_day() {
var time=today.getHours();
time_statement=""
if(time>=6 && time<8)
time_statement="Déja sur le Net!,"
if(time>=8 && time<12)
time_statement="Bonne matinée,"
if(time>=12 && time<13)
time_statement="Bon appetit,"
if(time>=13 && time<17)
time_statement="Bon apres-midi,"
if(time>=17 && time<22)
time_statement="Bonsoir,"
if(time>=22 || time<6)
time_statement="Salut les couche-tard,"
}
// -- End Hiding Here -->
// Fin du script -->
</script>