I there a way in javascript to make the page jump to a specific location on the page, such as
This can be accomplished by first creating an anchor for the page landing spot using HTML.
somewhere
Once you have the landing site, simply use the JavaScript:
window.location = 'yoursite.html#jumpHere';