How to Response and Go to specific area of a web page.

  • Thread starter Thread starter MS News \(MS ILM\)
  • Start date Start date
M

MS News \(MS ILM\)

Hello,

How do I add some JavaScript into my Response
and make the page scroll to some specific area on my page in the Browser

when tired few thing it did not work at all

Any help and sample code, appreciated

Jackie
 
What did you try so far?

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
 
added onload event to form but did not work
I need something to happen after the page loads or something
it seems that the onload is not seen or executing

Jackie
 
Try using the window.scrollto method from javascript, or navigate to the
page with a <a name="something"> tag.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Eric,

Thank you, I will try it.

Jackie

Eric Lawrence said:
Try using the window.scrollto method from javascript, or navigate to the
page with a <a name="something"> tag.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top