Re: Jump down on a page

Re: Jump down on a page

am 15.01.2007 00:54:51 von David Shorthouse

One could use javascript to scroll down a certain amount in onload="window.scrollBy(0,400);">, which could be constructed server-size
with an incoming querystring.

--
______________________________
Remove "_SPAM" to reply directly.
"Rolf Rosenquist" wrote in message
news:%23Bp8SUDOHHA.4376@TK2MSFTNGP02.phx.gbl...
>I have an asp page, where under special circumstances, I want the page to
> scroll down a bit. I know how to set up the conditions, but how do I get
> the
> page to scroll down to an anchor further down when the it loads?
>
> / Rolf
>
>

Jump down on a page

am 15.01.2007 01:36:05 von Rolf Rosenquist

I have an asp page, where under special circumstances, I want the page to
scroll down a bit. I know how to set up the conditions, but how do I get the
page to scroll down to an anchor further down when the it loads?

/ Rolf

Re: Jump down on a page

am 15.01.2007 02:11:23 von Rolf Rosenquist

Thanks David, it works beautiful!
/ Rolf



"David Shorthouse" skrev i meddelandet
news:uwlMkdDOHHA.4928@TK2MSFTNGP06.phx.gbl...
> One could use javascript to scroll down a certain amount in > onload="window.scrollBy(0,400);">, which could be constructed server-size
> with an incoming querystring.
>
> --
> ______________________________
> Remove "_SPAM" to reply directly.
> "Rolf Rosenquist" wrote in message
> news:%23Bp8SUDOHHA.4376@TK2MSFTNGP02.phx.gbl...
> >I have an asp page, where under special circumstances, I want the page to
> > scroll down a bit. I know how to set up the conditions, but how do I get
> > the
> > page to scroll down to an anchor further down when the it loads?
> >
> > / Rolf
> >
> >
>
>