Forum Moderators: open
Can I create a link to an achor with this type of url?
http://mypage.asp?cid=1-12#spot
I've heard that some browsers can also work with a named anchor identifier that precedes the query string - but I've never tested that. I also have read that the "correct" approach above can cause backend problems on an ASP page. That is, the name/value pair of the querystring gets picked up as cid=1-12#spot, and not simply cid=1-12.
Since there's really only two options, if you test this I'd like to hear your report on what works for you.