I have a link that holds variables for a page that runs a query and then displays the rows. In normal situations I would create a standard anchor in the page, and then link to it using #anchorname.
But, when I do it this way, the anchor doesn't work. I am assuming it has something to do with the query running??? Is there a way to get this anchor to work?
Here is a sample link I am using:
http://domain.com/index.php?variable1=value1&variable2=value2#anchor1
Any help is appreciated.