You can use go_ajax&ajaxfield=Fieldname&ajaxval=xx
if you want the system to read the values from Ajax fields (these are fields in WebDMS for which a window with corresponding values is opened when you perform a search or carry out editing).
For example:
http://localhost/perl/avclient/index.pl? go_ajax&ajaxfield=Owner&ajaxval=a
In this example, all available owners for a file are returned. This information could, for example, be displayed as follows:
<ul><li>Admin</li> <li>Admin1</li>