Bonjour
j'ai adapté ce script que j'ai recupere sur la toile et je voudrai qu'il puisse tourner en boucle ca c'est bon , mais sans blanc (interruption)
merci encore

<!-- saved from url=(0022)http://internet.e-mail -->
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<html>
<head>
<title>cadre_partenaire</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
 
<body bgcolor="#FFFFFF" text="#000000">
 
<!--webbot bot="HTMLMarkup" startspan -->
<script language="JavaScript1.2">
<!--
 
 
 
 
//Specify the slider's width (in pixels)
var sliderwidth=600
//Specify the slider's height (in pixels, pertains only to NS)
var sliderheight=145
//Specify the slider's scroll speed (larger is faster)
var slidespeed=4
 
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="https://www.creditmutuel.fr/cmlaco/fr/info/implantations/ws_RECCAI.cgi?Choix=Agence&Banque=15749&Caisse=36179&bureau=01"target="_blank"><img src="LogoCM.JPG" border="0" Height="56" Width="100"></a>'
leftrightslide[1]='<a href="http://www.fleuriste-glycine.com"><img src="glycinesansadresse.JPG" border="0" Height="59" Width="100"></a>'
leftrightslide[2]='<a href="#"><img src="maieantan.jpg" border="0" Height="59" Width="100"></a>'
leftrightslide[3]='<a href="http://www.saucisson-sec.com"><img src="labiliais.jpg" border="0" Height="56" Width="100"></a>'
leftrightslide[4]='<a href="http://www.agences-orvim.com" target="_blank"><img src="orvim.JPG" border="0" Height="56" Width="100"></a>'
leftrightslide[5]='<a href="http://www.atlantis-nantes.com/commer/sport/openspor/open.html" target="_blank"><img src="logopen.gif" border="0" Height="56" Width="100"></a>'
 
 
///////do NOT edit pass this line////////////////////////////////////
 
var copyspeed=slidespeed
//copy contents of leftrightslide into one variable
for (i=0;i<leftrightslide.length;i++)
finalslide=finalslide+leftrightslide[i]+"&nbsp;&nbsp;"
 
 
if (document.all){
//dynamically write out the marquee tag
document.write('<marquee id="ieslider" scrollAmount=0 style="width:'+sliderwidth+'">'+finalslide+'</marquee>')
//stop marquee when mouse is over it
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
//re-enable marquee when mouse is out
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=slidespeed")
}
 
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
document.ns_slider01.visibility="show"
setTimeout("window.onresize=regenerate",450)
intializeleftrightslide()
}
if (document.all)
ieslider.scrollAmount=slidespeed
}
 
//NS specific function for initializing slider upon page load
function intializeleftrightslide(){
document.ns_slider01.document.ns_slider02.document.write('<nobr>'+finalslide+'</nobr>')
document. ns_slider01.document.ns_slider02.document.close()
thelength=document.ns_slider01.document.ns_slider02.document.width
scrollslide()
}
 
//NS specific function for sliding slideshow
function scrollslide(){
if (document.ns_slider01.document.ns_slider02.left>=thelength*(-1)){
document.ns_slider01.document.ns_slider02.left-=slidespeed
setTimeout("scrollslide()",100)
}
else{
document.ns_slider01.document.ns_slider02.left=sliderwidth
scrollslide()
}
}
window.onload=regenerate2
 
//-->
</script>
 
 
</body>
</html>
merci