I have a web page that displays a form on the web and when in edit mode and user clicks on a drop-down list field(combobox, radio, checkbox, dialoglist) which is set to Refresh on Keyword Change the browser displays a new page each time these field types have been modified. Is there a way to avoid this?
Errr … well … yes. Uncheck “refresh fields on keyword change”.
If other fields depend on the values of your drop-down fields, reloading the page is the only (out-of-the-box) way to realize that. Domino does not create some fancy cross-browser AJAX code to do that, so you have to make your choice:
Kepp it as it is.
Disable auto-refresh and changes will not be reflected anywhere else.
Build your own AJAX stuff to refresh only what you need.