The_Great_Daftie
Newbie
Posts: 1
Registered: 1/27/2009
Location: st andrews
Member Is Offline
|
| posted on 1/27/2009 at 09:32 AM |
|
|
very basic js question
Is anyone will be a temporary mentor this very new innocent into the black arts of js?
I have no doubt this basic question may raises as snigger or two but the most stupid question is the one you do not ask.
I wish to move the calendar_eu.js into a folder called js, but when I do so the images from the img folder do not display correctly on the output
page. I appreciate that I have so change some code in the calendar_eu.js file but which bit of code?
|
|
|
tigra
Administrator
Posts: 2041
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/28/2009 at 02:08 AM |
|
|
see the default configuration settings at the top of the script file. the one you want to edit is 'imgpath'
the path can be absolute (starting from website's root directory) or relative to the directory containing the page.
|
|
|