including anchor (#) with cgi parameters?
bucky at phantom.keystreams.com
bucky at phantom.keystreams.com
Tue Jan 29 10:34:13 EST 2002
I was able to get http://site/page?qs#anchor to work in Mozilla and IE
5.5.
See if you can replicate it - go to
'http://www.davidbrandt.com/wisdom/'. If you surf around in that section
a little bit, you'll get a URL with a query string. If you append a
'#random' anchor to the end of the URL, it'll jump you to the bottom of
the page.
At least, it should.
David
On Tue, 29 Jan 2002, Peter R. Wood - Lists wrote:
> This is a fairly generic web question. If I've got a page that was
> generated by coming to a URL like:
>
> http://www.me.com/cgi-bin/script.cgi?param=2
>
> Is there a way to include an anchor in the URL (#place) to direct the
> browser to a specific place within the resulting page? I know that this
> works:
>
> http://www.me.com/cgi-bin/script.cgi#place
>
> But that doesn't allow for any parameters. I have tried this:
>
> http://www.me.com/cgi-bin/script.cgi#place?param=2
>
> But the script ignores the parameters. And I've tried:
>
> http://www.me.com/cgi-bin/script.cgi?param=2#place
>
> But there it seems to ignore the anchor.
>
> Is there a way to do this? Or is it (as Ralph Wiggum would say)
> un-possible?
>
> Thanks,
>
> Peter
>
> _______________________________________________
> Discuss mailing list
> Discuss at blu.org
> http://www.blu.org/mailman/listinfo/discuss
>
More information about the Discuss
mailing list