including anchor (#) with cgi parameters?

Peter R. Wood - Lists lists at woburn.dyndns.org
Tue Jan 29 09:57:10 EST 2002


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




More information about the Discuss mailing list