Using Javscript Script files

PeterProgress

New Member
Does anyone know what directory the javscript scriptfiles should reside in for them to be picked up by webspeed?
At present I have them in the dev/src dir and they are not being found!
 

escript

New Member
I assume you mean .js files, referenced in your HTML using the <script type="text/javascript" src="name.js"> tag. If so, then these will need to be on the WebServer, in the same way that you put images and style sheets.

Hope this helps,

Matt.
 

YOSANTO

New Member
using javascript file

hi ..

assume that directory "/www/html" is ur DocumentRoot Directory,
u must copy ur javascript file into this directory ...

but, before u must setting ur httpd.conf (apache configuration),
point DocumentRoot Directory to /www/html ...

Hope this helps, :)

thx ..
regards YOSANTO
 
Top