Scripts not working

Status
Not open for further replies.

bennyk

New Member
Messages
3
Reaction score
0
Points
0
Hi,

I've upload two javascript file to the cgi-bin folder. jquery and a slider scriprt.
I cant seem to get them to work.

thanks in advance,
benny.
 

bennyk

New Member
Messages
3
Reaction score
0
Points
0
Yes.
Code:
<script type="text/javascript" src="cgi-bin/jquery.js"></script>
<script type="text/javascript" src="cgi-bin/easySlider1.5.js"></script>
I've also verified that its not "case sensitive" problem.
Thought maybe its something the htaccess file but i dont know how mess with it.
any ideas ?
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
Could you put the .js files in another folder? cgi-bin is for cgi scripts, not for javascript
 
Last edited:

bennyk

New Member
Messages
3
Reaction score
0
Points
0
Excellent vigge_sWe!

I thought that all scripts should be in the cgi-bin folder.

Thanks for the help.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Excellent vigge_sWe!

I thought that all scripts should be in the cgi-bin folder.

Thanks for the help.

You problem is solved Now. So I am going to close this thread to mark it as resolved. Feel free to create a new thread if you need more help.

***Thread Closed***
 
Status
Not open for further replies.
Top