Help! I'm attempting to place javacript into a DW page. It is a typical scrolling script where you put code in the HEAD of your html, then add an onLoad event handler into the BODY tag, and then put code into the Body of the document. It is a freebee script from JavaSource.
Anyway, it works fine if I start from a blank page. However, if I start from a page which already has my navigation bar on it (which is javascript too) there seems to be a conflict. The scroll won't appear in the browser. I'm new to javascript, so it is probably me. One thing I noticed is my existing script for the nav bar is plain javascript, while the scrolling script is javascript 1.2; could this cause a conrflict? I'm previewing in IE6.
Thanks for any help you can give.
Anyway, it works fine if I start from a blank page. However, if I start from a page which already has my navigation bar on it (which is javascript too) there seems to be a conflict. The scroll won't appear in the browser. I'm new to javascript, so it is probably me. One thing I noticed is my existing script for the nav bar is plain javascript, while the scrolling script is javascript 1.2; could this cause a conrflict? I'm previewing in IE6.
Thanks for any help you can give.