Field refresh navigates to bottom of form

Hi all,

On one of my forms for the web I have several fields (mostly DialogList type) that are set to “Refresh Fields on Keyword change”. My situation is that each and every time the user selects an item from any of these fields the browser (IE 6+) kicks them to the bottom of the form. This is annoying to them. Is there anything that can be done or changed to correct this? Is this a field attribute issue or something that can be addressed via some Javascript code?

Any help would be appreciated.

Thanks,

Dan

Subject: Field refresh navigates to bottom of form

Hi Dan,If you set “refresh field on keyword change”, in the browser the window scrolls to the field that has this property when you use it (f.e. a radiobutton you select), so that the window repositions at the position you were before the refresh happened.

For this to work, Domino uses an anchor link, say f.e. for the field “test” with this property, it would add “#_RefreshKW_test” to the url.

You can make the window scroll to the top of the page to alter this behaviour by adding an anchor at the top with the same name: in this case you would have to add “” at the top of your page (passthru html).

Martin Vereecken

http://www.bizzybee.be (my Notes blog)