Currently, I am utilizing a jquery plugin known as Ascensor which can be found at this link:
This plugin is designed for creating one-page websites with smooth scrolling capabilities both vertically and horizontally. It operates using a coordinate system [x, y] for each div.
Upon loading the site, the browser defaults to the first coordinate [0, 0]. However, I would like it to navigate to a specific anchor that is not located at the origin.
Essentially, I am in need of a script that will automatically direct the user to the designated anchor upon entry to the site. I have attempted using
<meta http-equiv="refresh" content="1;http://www.othersite.com/mypage.htm" />
Unfortunately, this approach resulted in an endless loop which was not effective.
Thank you for taking the time to read this, I hope the information provided is clear.
Bab.
UPDATE: I was able to resolve my issue using an alternative technique rather than the one initially sought after. Although my problem has been solved, I believe this post may still be beneficial to others in the community, so please feel free to address the original question.