Monday, October 26, 2009

how can we display our web pages(jsp,xhtml extc) always from top ?

Using following script we can display our web pages(jsp,xhtml etc.) always from top.

window.scroll(0,0);

No comments: