scrollTo scrolls to the top of the page
- by yanis
Hi,
I have the following Javscript code.
When the page is loaded it is scrolled to the right position. When I click on the link to run the function the page scrolls to the top of the page.
Has anybody any idea how to fix it?
<html>
<head>
<script type="text/javascript">
function scroll() {
…