I have a CGI script that generates a large html file with lots of named anchors in it.
I am currently calling the CGI from an SSI include. The SSI include is located within a scrolable div (but it could be a frame or iframe).
Is there a way to execute the cgi script so that the output of the script is positioned at a particular named anchor?
I betting the answer is no but thought I'd ask anyway.