View Single Post
  #6 (permalink)  
Old Oct 2nd, 2007, 08:11
silverdigit silverdigit is offline
New Member
Join Date: Oct 2007
Location: uk
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: help needed for non coder!

Quote:
Originally Posted by c010depunkk View Post
Are you sure that the files are being included? Are you getting any javascript errors? Have you configured everything like it says in the installation guide? (the lightbox version that I use needs a call to the "initLightBox()" funtion in the onload tag of the body...)
Answering in order:

I am not sure the files are being included - everyone talks about the [root] of the site, as i am unable to get access to the server root the js files live in a folder called [ js ] which is in the httpdocs folder on the server along with the .css and lightbox.html file. The link from the .html file is constructed thus -<script type="text/javascript" src="js/prototype.js"></script>Is this correct?

I am not getting any javascript errors [i wish] at least then i would know it was talking to the js files!

How do I do the call to the "initLightBox()" funtion in the onload tag of the body? Do I have to add or change anything in the .js files?

Thanks for the help guys
Reply With Quote