17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2469 Views |
-
Add JavaScript file to Silverstripe for Image Scrolling

21 November 2008 at 10:36am
Hi Everyone,
I am trying to add a javascript file to silverstripe. I am using a program which creates this javscript file and also give me this HTML code
<script src="Slide.js" type="text/javascript"></script><script>SlideSetFolder('');</script>
to add to the Page where i want to use the image. Basically what this piece of code along with javascript will do is that it will display an image on a webpage, and then keep scrolling with fading effects.
It works fine if I just create a webpage, and the javascript file is on the same path.
Now where should I put this javascript on my FTP directory.Please help.
-
Re: Add JavaScript file to Silverstripe for Image Scrolling

21 November 2008 at 12:03pm
Probably best in your mysite/javascript folder. Then just change the path to it when you call it in your template.
| 2469 Views | ||
|
Page:
1
|
Go to Top |


