Thanks Greg. Moving the anchor to the href did the trick! Duh!
----- Original Message -----
From: "Greg Dunn" <greg.dunn@n...>
To: "javascript" <javascript@p...>
Sent: Thursday, November 14, 2002 6:45 AM
Subject: [javascript] RE: How to move to an anchor
> The anchor won't work in the querystring, it's part of the href:
>
> somepage.asp#someanchor?var1=foo&var2=bar
>
> If you're trying to dynamically generate an anchor and a link to it within
> your target page then just leave out the '#' and add it via your code when
> you generate your page.
>
> Greg
>
>
> -----Original Message-----
> From: Larry Guayante [mailto:larryg@p...]
> Sent: Wednesday, November 13, 2002 6:26 PM
> To: javascript
> Subject: [javascript] How to move to an anchor
>
>
> How do I move to a specific anchor in a page? The anchor will be
referenced
> in the querystring like "somepage.asp?a=someanchor". I can't use the # in
> the querystring because of other values contained in the querystring will
> conflict.
>
> Thanks!
> -Larry Guayante
>
>
>
>
>
>