Thanks, Craig
A silly mistake, but I couldn't find any clues on the net anywhere...
Stuart
At 21:30 11/09/2001 -0700, you wrote:
>Use "http://blah.com/index.html?user=frank#halwaydown" instead. The "#"
>thing goes last.
>
>Craig
>
>
>On Wed, 12 Sep 2001, Stuart Allen wrote:
>
> > Date: Wed, 12 Sep 2001 11:40:09 +1000
> > From: Stuart Allen <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: GET parameters and anchors
> >
> > Hello
> >
> > I am having a problem when using a GET request in combination with a #
> > anchor. If I call a page with an included servlet with a link such as:
> >
> > http://blah.com/index.html?user=frank
> >
> > everything is fine, if on the other hand I use
> >
> > http://blah.com/index.html#halwaydown?user=frank
> >
> > the servlet behaves as if no parameter was passed at all. Using the #
> > anchor in a form such as:
> >
> > <form action="/index.html#halwaydown">
> >
> > works exactly as I had hoped. Can anyone shed any light on this?
> >
> > Regards,
> > Stuart
> >
> >