Reposition / scroll window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Satterwhite

    Reposition / scroll window

    Is there a way to force a window to scroll to the bottom in response to an
    event? Dependiing on conditions, I want to move the currently viewed
    portion of the browser window to a section at the bottom.

    tia
    ---Michael

  • DU

    #2
    Re: Reposition / scroll window

    Michael Satterwhite wrote:
    [color=blue]
    > Is there a way to force a window to scroll to the bottom in response to an
    > event?[/color]

    a way to force? Probably not; javascript could be disabled, user agent
    could be a text browser or a voice synthetiser.


    in response to which event? Depending on your answer would help.

    Dependiing on conditions, I want to move the currently viewed[color=blue]
    > portion of the browser window to a section at the bottom.
    >
    > tia
    > ---Michael
    >[/color]

    Declare an anchor on such section with the name attribute and then
    create an anchor: sometimes the best solution are the simple ones.

    DU
    --
    The site said to use Internet Explorer 5 or better... so I switched to
    Mozilla 1.7.5 :)

    Comment

    Working...