PDA

View Full Version : Please Help


J A V A
04-30-2003, 12:38 PM
Hi everyone,

I need some help in linking to a file inside a folder using array.

var s = new Array();

s[0] = "IW-LRD-09-01-03- survey report.pdf^IW-LRD-09.01.03 Survey Report...^Long Road Survey Report, Function, Station, Works, Completed Site, Completed Sites, Finished Works, Finished Work, Finished Site, Finished Sites, Completed Work, Completed Works, Sites Completed";



s[0] = "IW-LRD-09-01-03- survey report.pdf (This is the link)

How can i put this in a folder and still link to it, I know this is a silly question but i am a newbie to Java.

Hope some one can help

J A V A