Hi, On click of the continue button, set the verticalScrollPostion of the container (where your page is being loaded) to "0".
myContainer.verticalScrollPostion = 0; Regards, Venkat www.venkatv.com On Thu, Oct 30, 2008 at 12:36 PM, Harit Kothari <[EMAIL PROTECTED]>wrote: > You may register an event listener that will adjust the button on corner of > a view area (if the page is larger then view area). the event listener > should be synchronized with scroll event. > > Harit > > www.printgreener.com - Millions of trees can't be wrong - please think > twice before printing. > > > > On Wed, Oct 29, 2008 at 12:54 PM, [EMAIL PROTECTED] < > [EMAIL PROTECTED]> wrote: > >> >> >> I have a problem like this: >> >> I have a page with continue button.When i scroll down,which is at the >> botttom of the page.when i click on the continue button, i can able to >> get the next page but the user can view bottom of the page. If the >> user wants to view the top of the page,he has to scroll up the >> page.please reply any one regarding this problem. >> >> or >> >> On the individual pages, when you are at the bottom of the page & >> click on continue, display comes to the bottom of the next page. >> User should be taken to the top of the page. >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

