I have a basic search page (text box and submit button) on each of 9 separate PDFs. All these PDFs are in the same folder along with the index file of all the PDFs. They will eventually be put onto a CD for distribution.
The code behind the submit button is as follows:
It isnt working!! If I put the full path to the Index file (TPN.pdx) then it works fine (eg: /C/Temp/TPN.pdx). Since it is going onto CD then I cannot put the full path as this will be different on different workstations.
Does anyone have any suggestions on how I could get around this problem?
Many thanks
Tony
________________________________________________________________________________
The code behind the submit button is as follows:
Code:
search.query(this.getField("SearchField").value, "Index", "TPN.pdx");
Does anyone have any suggestions on how I could get around this problem?
Many thanks
Tony
________________________________________________________________________________