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>
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?
|
|
|