Web access , field refresh disables img src load

Original sample URL:http://abc.com/test_db.nsf/PWayNav?OpenForm

Form contains dialog box with dynamically generated options list. Field has ‘Refresh fields on keyword change’ option checked. A link field associated with this field is:

Show status

On initial page load the image shows correctly. Once a value is selected in the dialog box the URL is refreshed to be:

http://abc.com/test_db.nsf/PWayNav/?OpenForm&Seq=1#_RefreshKW_PWayReq

Notice the ‘/’ before ‘?’. This apparently breaks the path for the image resource and it can’t be loaded.

Is this normal behavior with regard to the refresh? Or, would there be a non-relative path for the image resource that would not be affected by the modified URL?

Subject: Re: web access , field refresh disables img src load

Solved the problem by coding the full URL to the image resource.