In my cgi script, I loop through and print an <A HREF> for each directory. In the <A HREF> I want to call a static HTML file such as:
<A HREF= index.html>My Index File</A> index.html is a static HTML file that is an index of links to other HTML files. I assume I somehow need to pass the "Content-type: text/html" line. How do I do this? Thanks in advance! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]