Static files



Dear Group,

I downloaded tclhttpd and got it up and running. I have a simple app that
I am playing with. It seems to be working great.

Now, I have been trying to do what should be quite simple:

1) I have an html file on my Windows XP desktop.
2) I can open it from my browser if I type in the address bar:
file:///C:/sampleapp/test.html

3) What I would like to do is have tclhttpd generate a page with the above
static link so that when I click on it, the file opens in a new browser
window.

I wrote a program that generates the correct html with the correct link.
Tclhttpd correctly serves it. It looks like a valid Html link and all.
But whenever I click on it, nothing happens.

What is going on?





.