{ # $Id: mquery.egw,v 1.3 1995/11/08 18:07:22 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl } global setNo global nextSetNo global hist html {
} \n if {[catch {set setNo $nextSetNo}]} { set nextSetNo 1 set setNo 1 } if {1} { set i 1 foreach host [array names targets] { set databases [wform target$host] if {$databases == ""} continue html "host=$host, $databases
\n" set hist($setNo,$i,host) $host set hist($setNo,$i,database) $databases incr i } } else { set hosts [wform target] html "hosts=$hosts
\n" set i 1 foreach host $hosts { set hist($setNo,$i,host) $host set hist($setNo,$i,database) [lindex [lindex $targets($host) 1] 0] incr i } set host [lindex $hosts 0] } set hist($setNo,0,host) [expr $i - 1] }

Input your search criteria:


{ set fields [lindex $targets($host) 2] for {set no 1} {$no < 4} {incr no} { html {\n" html {} \n if {$no < 3} { html {\n" } html "
\n" } }

Various technical parameters:


Max hits: Records are shown in:


This page is maintained by Peter Wad Hansen . Last modified 29. september 1995.
This and the following pages are under construction and will continue to be so until the end of December 1995.
{ html { New target } } { html "
\n" html "

Debug information

\n" html "sessionId: $sessionId
\n" html "sessionParms: $sessionParms
\n" foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} { html $e {: } $env($e) {
} \n } html "form: " [wform] "
\n" html "target: " $host "
\n" html "setNo: " $setNo "
\n" html "nextSetNo: " $nextSetNo "
\n" }