Re: Page automatically schrolls to where the editor is placed on the page.

  •  04-27-2005, 9:49 AM

    Re: Page automatically schrolls to where the editor is placed on the page.

    I have put the following javascript on to ensure it goes to the top of the page now but the page still appears very jumpy when it loads.
     
    function SetFocus()
    {
    window.scroll(0,0);
    }
    window.onload = SetFocus;
     
    The pages begins loading as normal, it then jumps to the editors that are being created and then when the page fully loads it jumps back up to the top(the javascript kicking in).  Can be a little confusing for the end user. Any help here would be much appreciated.
     
    PARM
View Complete Thread