How to stop cute editor stealing focus?

  •  12-04-2006, 1:28 AM

    How to stop cute editor stealing focus?

    HI,
       
       I am currently using 5.2 version.
     
       I am using few IFrames inside a page. Each IFrame is having a page which contains a cute editor. While each IFrame is loading the page, the focus automatically goes there coz of the cute editor present in that page. So the page scrolls up and down.
     
       Even i put Editor.Focus = false in page load. But still the focus goes to that page.
     
       Now the user has to wait until last editor loads. I just want the user to access the first editor when its being loaded instead of waiting until the last.
     
     
       If v put editor.visible = false then the focus dosen't goes there, coz the control is not rendered.
     
    Regards,
    Nivas
     
View Complete Thread