In html, you can write a link that will redirect a user to a certain area of a page using a bookmark (http://www.blah.com#bookmark). How can I do this in ASP when I am passing variables from a form or to a document.
Example: I have a link that says something like: “www.blah.com/articles.asp?var=value&bookmark=4”
When you pass variables, it doesn’t let you use #bookmark, I think you have to trap a variable and do something else.. but I don’t know how to program it, if it can be done in ASP, or if it can be done in JAVA, but I at least know it can be done.