when reload the web page, scoll dow the page to a certain position

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, all:
I am using ie6 and vb.net developing the web site.

on one .aspx page , we have several radio buttons( we did not use radio
button list), only one of these button can be seleted. so I uesed on button
checked change event to contro all those buttons.( these button have set to
be autopostback=true),when I click on one button, the page will auto postback
and go to the top of the page, How can I scoll down the page to the position
where the button is, cause some buttons are at the bottom of the page. (we
are not allowed to use ancore)

Thanks.
 
Back
Top