ASP Forum
Using #anchor with other params
DJGray | Posted 11:16am 19. April 2009 Server Time |

I have a number of parameters I want to pass with my link, in addition to an anchor.  It looks like this:

<a href="default.asp?target=gallery&actionvar=show&which=<%=getFolderName(Server.MapPath("/photos/gallery/"&Which))%>&inc=down#subanchor">Previous</a>&nbsp;&nbsp;

The problem is, with the #subanchor above, the inc=down or inc=up doesn't work.  How can I use this anchor without killing my other params?

DJGray | Posted 12:03am 19. April 2009 Server Time |

Found the solution here:


http://classicasp.aspfaq.com/general/why-can-t-i-pass-querystring-information-and-links-to-bookmarks.html
DJGray | Posted 2:06pm 19. April 2009 Server Time |

Hmmmm, unfortunately, that solution is not working either.


Reply to Post Using #anchor with other params



Back to Forum Page