Forum Moderators: coopster & phranque

Message Too Old, No Replies

CGI scripts and named anchors

         

runner

12:12 am on Dec 17, 2004 (gmt 0)

10+ Year Member



I hope this is the correct forum to post this question. If not, let me know...

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.

Span

12:56 am on Dec 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Using named anchors in a scrollable div: [webmasterworld.com ]

runner

4:16 am on Dec 18, 2004 (gmt 0)

10+ Year Member



That thread has nothing to do with CGI scripts

Span

10:35 pm on Dec 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Oh then maybe I misread your post. Isn't making a browser scroll to a named anchor a client side thing?

A link like this: /script.cgi?action=go#section works for me.

runner

4:29 pm on Dec 20, 2004 (gmt 0)

10+ Year Member



Thank you Span, this gives me another option to use to solve some problems on my site.