Hi everyone,
I just wrote a CGI script that does some processing and creates log files after the processing has been completed. I would like to have the script return a template HTML file that looks exactly like the rest of my site, but just adds the links to the log files at the end. I tried
This obviously doesn't work, but does anyone have an idea on how to correctly insert all of my HTML code ? Thanks in advance.