newbi
01-23-2008, 01:49 PM
1) Script Title: Conveyor belt slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm
3) Describe problem:I want to insert the following code in the Mod
“<img src="http://www.xxx.com/bild.gif" style="display:none;">
<img src="http://www.xxx.com/blume.jpg" onMouseOver="this.src='http://www.xxx.com/bild.gif'" onMouseOut="this.src='http://www.xxxx.com/blume.jpg'">”, to protect my images !
I tried to insert it in the following line for exemple:
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="http://"><img src="dynamicbook1.gif" border=1></a>'
When I insert it, I don't see the Mod on my screen.
Can someone help me to make this protection valid in this Mod as well as that the Mod works also?
I'm looking forward to hearing from you soon!
Yours faithfully
Ps:Normally, this Cod functions whith php!(How is this to manage with this Mod?)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm
3) Describe problem:I want to insert the following code in the Mod
“<img src="http://www.xxx.com/bild.gif" style="display:none;">
<img src="http://www.xxx.com/blume.jpg" onMouseOver="this.src='http://www.xxx.com/bild.gif'" onMouseOut="this.src='http://www.xxxx.com/blume.jpg'">”, to protect my images !
I tried to insert it in the following line for exemple:
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="http://"><img src="dynamicbook1.gif" border=1></a>'
When I insert it, I don't see the Mod on my screen.
Can someone help me to make this protection valid in this Mod as well as that the Mod works also?
I'm looking forward to hearing from you soon!
Yours faithfully
Ps:Normally, this Cod functions whith php!(How is this to manage with this Mod?)