CampbellNash / CERIO001.dev.CampbellNash.com

Campbell Nash CERICO Development
http://cerio-live.azurewebsites.net/
2 stars 0 forks source link

Page scrolling between questionnaire sections #7

Closed CampbellNash closed 11 years ago

CampbellNash commented 11 years ago

When moving from section to section within the questionnaire user start half way down the page and could miss the top section

CampbellNash commented 11 years ago

added in the following JS code to manage this

Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoadedHandler) function pageLoadedHandler(sender, args) { window.scrollTo(0, 0);