LaundroMat
Programmer
Suppose I have an HTML file with a few anchors in it.
Now also suppose that I get the url "main.php?anchor=part_two" instead of "main.php#part_two".
What would be the best way to translate the GET data into an anchor, and make the browser "jump" to the part of the page intended?
Now also suppose that I get the url "main.php?anchor=part_two" instead of "main.php#part_two".
What would be the best way to translate the GET data into an anchor, and make the browser "jump" to the part of the page intended?