Pat Fisher
09-18-2004, 04:40 PM
I am trying to use 2 dd scripts on my school’s homepage.
http://pcboe.net/chs.htm
dd fadeinslideshow and dd fadingscroller
http://dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
http://dynamicdrive.com/dynamicindex2/fadescroll.htm
I am using the scripts as is except for the var pause, var height&width of jpgs & scroller, and border of the scroller.
I found a posting
SCRIPT 1: window.onload=startit
SCRIPT 2: window.onload=dothat
RESOLUTION: <body onload="dothis();dothat()">
which had me find these 2 parts of each script:
window.onload=startit
window.onload=changecontent
I deleted both and placed <body onload=”startit();changecontent()”>
But then neither script worked.
Can someone help me? I know virtually nothing about scripting but will to do whatever to fix this conflict. Maybe
I placed the resolution in the wrong place, or maybe there are more conflicts?????
Thank you.
http://pcboe.net/chs.htm
dd fadeinslideshow and dd fadingscroller
http://dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
http://dynamicdrive.com/dynamicindex2/fadescroll.htm
I am using the scripts as is except for the var pause, var height&width of jpgs & scroller, and border of the scroller.
I found a posting
SCRIPT 1: window.onload=startit
SCRIPT 2: window.onload=dothat
RESOLUTION: <body onload="dothis();dothat()">
which had me find these 2 parts of each script:
window.onload=startit
window.onload=changecontent
I deleted both and placed <body onload=”startit();changecontent()”>
But then neither script worked.
Can someone help me? I know virtually nothing about scripting but will to do whatever to fix this conflict. Maybe
I placed the resolution in the wrong place, or maybe there are more conflicts?????
Thank you.