Hi, I'm trying to use the scrollTo method when a page is loaded. This appears to work but it just jumps back to the top of the page again. Same thing happens if I add the scrollTo into a hyperlink, screen appears to flicker.
This happens using both IE6 and Mozilla!
This happens using both IE6 and Mozilla!
Code:
document.getElementById("Resv").style.visibility="visible";
document.getElementById("Arrival").value = BookDate;
document.getElementById("WeekPrice").value = WeekPrice;
scrollTo(100,0);