C'est encore moi, mais cette fois tout est bon, j'ai réussi à avoir ce que je voulais, je n'ai pas cherché d'autres scripts, j'ai seulement modifié quelques fonctions dans ce script et maintenant tout est bon, mon script est exactement comme je l'imaginais, Merci à vous tous d'avoir participé et je poste le script final ici pour que tout le monde s'en sert, et je vais mettre les codes que j'ai modifié en une autre couleur, vous en faites la comparaison avec celui en haut.
Le Script Finale :
<SCRIPT language="JavaScript1.2">
<!--
var sliderwidth=510
var sliderheight=120
var slidespeed=4
var pausebetweenimages=20
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href style="cursor:hand" onClick=window.open("lien1.htm","_blank","toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=300")><img width=120 height=120 src="image1.png" border="0"></a>'
leftrightslide[1]='<a href style="cursor:hand" onClick=window.open("lien2.htm","_blank","toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=300")><img width=120 height=120 src="image2.png" border="0"></a>'
leftrightslide[2]='<a href style="cursor:hand" onClick=window.open("lien3.htm","_blank","toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=300")><img width=120 height=120 src="image3.png" border="0"></a>'
leftrightslide[3]='<a href style="cursor:hand" onClick=window.open("lien4.htm","_blank","toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=300")><img width=120 height=120 src="image4.png" border="0"></a>'
var copyspeed=slidespeed
for (i=0;i<leftrightslide.length;i++)
finalslide=finalslide+leftrightslide[0]+" "+leftrightslide[1]+" "+leftrightslide[2]+" "+leftrightslide[3]+" "+finalslide
if (document.all){
document.write('<marquee id="ieslider" direction="right" scrollAmount=0 style="width:'+sliderwidth+'">'+finalslide+'</marquee>')
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
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
}
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()
}
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>
<ILAYER visibility="hide" name="ns_slider01" height="&{sliderheight};" width="&{sliderwidth};">
<LAYER onmouseout=slidespeed=copyspeed onmouseover=slidespeed=0; name="ns_slider02"></LAYER></ILAYER>