ok, I have a website that I'm trying to use as much CGI on as possible.
THe basic idea behind the page I'm having trouble with is that I have reports in a folder: /reports/file1.txt and so on. And I want to open the file and format it all via the CGI.
I am passing a parameter into the CGI script from the URL on the parent page. However, I'm getting an File does not exist error.
So to trouble shoot this I put the variable into an anchor href and when the page is generated, this link opens the file fine.
I really am pickled by this one. Can anyone help?
Thanks in advance,
Ant
THe basic idea behind the page I'm having trouble with is that I have reports in a folder: /reports/file1.txt and so on. And I want to open the file and format it all via the CGI.
I am passing a parameter into the CGI script from the URL on the parent page. However, I'm getting an File does not exist error.
So to trouble shoot this I put the variable into an anchor href and when the page is generated, this link opens the file fine.
I really am pickled by this one. Can anyone help?
Thanks in advance,
Ant