On this map:
http://web.pacific.edu/documents/marketing/campus-map/version%202/stockton-campus-2.0.htm
I have an anchor at the top, and I want the page to ju
I have this code in production and it works fine in IE7...
location.hash = "#top";
However, if you are just trying to scroll to the top, this ought to be a lot easier...
window.scrollTo(0, 0);