I'm working on a school assignment in a course they called Web 1. I'm as always way above my head and I'm now stuck with a problem. I use some scripting to implement a slide/web scroller window on my page and I also use some scripting to open a Jodform orderingform. It looks like this two can't work together. By removing one or the other reference to the js file I can get one or the other to work. Is it impossible for this two to work together or could it be done if I change my syntax? Excause me If this is a poor description but it could be that I lack the correct terms. Hope someone understand and can give me a hint.
The two js references I use below:
<!-- ******** BEGIN LIKNO WEB SCROLLER ******** -->
<script type="text/javascript">var
lwscLinkedBy="LiknoWebScro
ller [1]",lwscName="likno_scrol
ler_projec
t",lwscBN=
"138";</sc
ript><scri
pt charset="UTF-8" src="likno-scripts/likno_s
croller_pr
oject.js" type="text/javascript"></s
cript>
<!-- Used by Jotform to get a ordering form -->
<script src="
http://cdn.jotfor.ms/static/feedback2.js?3.1.993" type="text/javascript">
ASKER