Forum Moderators: open
i.e. we use the standard dreamweaver preload function and the paths are relative like this:
('/images/file1.jpg', '/images/file2.jpg') and we have a script in /cgi-bin that calls this function internally....
Does javascript know this is server root relative or you have to specify like
('../images/file1.jpg')