You can use go_select
and selectnr=xx&selectpage=yy
to activate a specific file and page from the current selection. You have the option of specifying a page but if you do not, the first page is always activated. This function is used primarily if you want to display a specific document or page after a search query (go_query
).
The following example describes the selection of page 50 from document 4 (0 is the first document) from the current selection.
http://localhost/perl/avclient/index.pl? go_select&selectnr=3&selectpage=50
The above example uses the address 'localhost'. This only applies if you are working locally on an ArchivistaBox. In all other cases, 'localhost' must be replaced with the IP address or the name of the computer (domain).