E.g. set up a html page with a hyperlink executing a query using the URL Call Interface:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFF88" text="#000000">
Custom Search Input Form<br>
<a href="http://<myserver>/WebOffice/externalcall.jsp?&keyvalue=2003&keyvalue=Verkehrsunfall&query=Accidents_SDE&keyname=JAHR&keyname=UNFALLART&project=weboffice_masterprojekt
" target="to_weboffice">Execute Search</a>
</body>
</html>